Days Left New Tab

A new tab page shows you the flying of time

O que é Days Left New Tab?

Days Left New Tab é uma extensão do Chrome desenvolvida por chris.h.peng, e sua principal característica é "A new tab page shows you the flying of time".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Days Left New Tab

Baixe arquivos de extensão Days Left New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Days Left New Tab Days Left New Tab
ID emdccdmkpdcjbbeifnhmjieikaibegjn
URL Oficial https://chromewebstore.google.com/detail/days-left-new-tab/emdccdmkpdcjbbeifnhmjieikaibegjn
Descrição A new tab page shows you the flying of time
Tamanho do Arquivo 15.57 KB
Contagem de Instalações 17
Versão Atual 1.1.0
Última Atualização 2019-04-29
Data de Publicação 2019-04-29
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor chris.h.peng
Tipo de Pagamento free
Site da Extensão https://github.com/chris-peng/days-left-new-tab
URL da Página de Ajuda https://github.com/chris-peng/days-left-new-tab
Idiomas Suportados 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'"
}