kurtextrem / New-New-Tab-Page

New Tab Page reImagined Chrome extension. A community project. The (russian) original has been created by Google.
8 stars 1 forks source link

Think about a rewrite #22

Closed kurtextrem closed 7 years ago

kurtextrem commented 10 years ago

Important features:

Replacement features:

Maybe:

kurtextrem commented 10 years ago

Now to do:

kurtextrem commented 9 years ago

Updates: Google is working on improving load time. Todo:

kurtextrem commented 9 years ago

Future:

kurtextrem commented 8 years ago
kurtextrem commented 8 years ago

Switch from Yahoo to google search "weather", let them do location lookup etc. (check if Google does that by default), check if weather card always has the id "wob_wc".

kurtextrem commented 8 years ago

Or use yr.no. Also: If location service is slow, use saved loc/long.

kurtextrem commented 8 years ago

New UI element: "More" button, which replaces current card content with the next "page". Useful for mails and news.

kurtextrem commented 8 years ago

Use this syntax for extensions:

App.push = function(fn) {
    // Extensions are only processed once HEAD is complete.
    waitForBody(global.document, () => {
      fn(global.AMP);
    });
  };

and:

(window.App = window.App || []).push(function (App) {
App.register(...)
})

Would remove the end.js

edit: nvm, can't do that because of storage keys.

kurtextrem commented 8 years ago