Days Left New Tab
A new tab page shows you the flying of time
Vad är Days Left New Tab?
Days Left New Tab är en Chrome-tillägg utvecklad av chris.h.peng, och dess huvudfunktion är "A new tab page shows you the flying of time".
Tilläggsskärmbilder
Ladda ner Days Left New Tab-förlängningens CRX-fil
Ladda ner Days Left New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | emdccdmkpdcjbbeifnhmjieikaibegjn |
Officiell webbadress | https://chromewebstore.google.com/detail/days-left-new-tab/emdccdmkpdcjbbeifnhmjieikaibegjn |
Beskrivning | A new tab page shows you the flying of time |
Filstorlek | 15.57 KB |
Antal Installationer | 17 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2019-04-29 |
Publiceringsdatum | 2019-04-29 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | chris.h.peng |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/chris-peng/days-left-new-tab |
Hjälpsida URL | https://github.com/chris-peng/days-left-new-tab |
Stödda Språk | 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'" } |