Days Left New Tab
A new tab page shows you the flying of time
¿Qué es Days Left New Tab?
Days Left New Tab es una extensión de Chrome desarrollada por chris.h.peng, y su función principal es "A new tab page shows you the flying of time".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Days Left New Tab
Descarga archivos de extensión Days Left New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | emdccdmkpdcjbbeifnhmjieikaibegjn |
URL Oficial | https://chromewebstore.google.com/detail/days-left-new-tab/emdccdmkpdcjbbeifnhmjieikaibegjn |
Descripción | A new tab page shows you the flying of time |
Tamaño del Archivo | 15.57 KB |
Cantidad de Instalaciones | 17 |
Versión Actual | 1.1.0 |
Última Actualización | 2019-04-29 |
Fecha de Publicación | 2019-04-29 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | chris.h.peng |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/chris-peng/days-left-new-tab |
URL de la Página de Ayuda | https://github.com/chris-peng/days-left-new-tab |
Idiomas Soportados | 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'" } |