Shibes.Org DogeCoin Tracker

This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.

O que é Shibes.Org DogeCoin Tracker?

Shibes.Org DogeCoin Tracker é uma extensão do Chrome desenvolvida por James Shelley, e sua principal característica é "This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Shibes.Org DogeCoin Tracker

Baixe arquivos de extensão Shibes.Org DogeCoin Tracker 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

                        This extension will override your new tab page with current dogecoin price information.                    

Informações Básicas da Extensão

Nome Shibes.Org DogeCoin Tracker Shibes.Org DogeCoin Tracker
ID jedodbnokihgeijikkcneiklbcoiaijb
URL Oficial https://chromewebstore.google.com/detail/shibesorg-dogecoin-tracke/jedodbnokihgeijikkcneiklbcoiaijb
Descrição This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.
Tamanho do Arquivo 69.3 KB
Contagem de Instalações 48
Versão Atual 1.14
Última Atualização 2018-01-01
Data de Publicação 2018-01-01
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor James Shelley
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://shibes.org
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shibes.Org DogeCoin Tracker",
    "description": "This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.",
    "version": "1.14",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/shibes.org",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}