Days Left New Tab
A new tab page shows you the flying of time
Cos'è Days Left New Tab?
Days Left New Tab è un'estensione di Chrome sviluppata da chris.h.peng, e la sua funzione principale è "A new tab page shows you the flying of time".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Days Left New Tab
Scarica i file di estensione Days Left New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
1.1.0 Add "everyday mode". The passage of time is just like the flow of water ,which goes on day and night. --Confucious Time waits for no one. Enjoy it.
Informazioni di Base sull'Estensione
Nome | |
ID | emdccdmkpdcjbbeifnhmjieikaibegjn |
URL Ufficiale | https://chromewebstore.google.com/detail/days-left-new-tab/emdccdmkpdcjbbeifnhmjieikaibegjn |
Descrizione | A new tab page shows you the flying of time |
Dimensione del File | 15.57 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2019-04-29 |
Data di Pubblicazione | 2019-04-29 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | chris.h.peng |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/chris-peng/days-left-new-tab |
URL della Pagina di Aiuto | https://github.com/chris-peng/days-left-new-tab |
Lingue Supportate | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_pluginName__", "short_name": "__MSG_shortName__", "version": "1.1.0", "description": "__MSG_pluginDesc__", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "__MSG_shortName__: __MSG_pluginDesc__" }, "permissions": [ "storage", "http:\/\/suggestion.baidu.com\/" ], "homepage_url": "https:\/\/github.com\/chris-peng\/days-left-new-tab", "chrome_url_overrides": { "newtab": "index.html" }, "default_locale": "en", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |