Days Left New Tab
A new tab page shows you the flying of time
Wat is Days Left New Tab?
Days Left New Tab is een Chrome-extensie ontwikkeld door chris.h.peng, en de belangrijkste functie is "A new tab page shows you the flying of time".
Extensie Screenshots
Download het CRX-bestand van de extensie Days Left New Tab
Download Days Left New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | emdccdmkpdcjbbeifnhmjieikaibegjn |
Officiële URL | https://chromewebstore.google.com/detail/days-left-new-tab/emdccdmkpdcjbbeifnhmjieikaibegjn |
Beschrijving | A new tab page shows you the flying of time |
Bestandsgrootte | 15.57 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2019-04-29 |
Publicatiedatum | 2019-04-29 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | chris.h.peng |
Betalingswijze | free |
Extensiewebsite | https://github.com/chris-peng/days-left-new-tab |
Help Pagina-URL | https://github.com/chris-peng/days-left-new-tab |
Ondersteunde Talen | 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'" } |