TOKEN LIVE: New Tab for Cryptocurrency

New tab for cryptocurrency news, prices & exchanges announcements.

O que é TOKEN LIVE: New Tab for Cryptocurrency?

TOKEN LIVE: New Tab for Cryptocurrency é uma extensão do Chrome desenvolvida por leolin, e sua principal característica é "New tab for cryptocurrency news, prices & exchanges announcements.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TOKEN LIVE: New Tab for Cryptocurrency

Baixe arquivos de extensão TOKEN LIVE: New Tab for Cryptocurrency 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

                        TOKEN LIVE: New tab for cryptocurrency news, prices & exchanges announcements.

There are four modules:

1. Quick Search: Search what you want!
2. Announcements: The most important thing is here!
3. News: Important news not to miss!
4. Markets: Seize every opportunity to make a profit!

If you have any question, just contact the developer.                    

Informações Básicas da Extensão

Nome TOKEN LIVE: New Tab for Cryptocurrency TOKEN LIVE: New Tab for Cryptocurrency
ID alebbmfpajpcdlfhhaahlmeeomfnpkai
URL Oficial https://chromewebstore.google.com/detail/token-live-new-tab-for-cr/alebbmfpajpcdlfhhaahlmeeomfnpkai
Descrição New tab for cryptocurrency news, prices & exchanges announcements.
Tamanho do Arquivo 974 KB
Contagem de Instalações 92
Versão Atual 0.3.9
Última Atualização 2021-03-16
Data de Publicação 2019-11-11
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor leolin
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "TOKEN LIVE",
    "version": "0.3.9",
    "default_locale": "en",
    "description": "__MSG_desc__",
    "icons": {
        "16": "icon\/16x16.png",
        "48": "icon\/48x48.png",
        "128": "icon\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon\/16x16.png",
            "48": "icon\/48x48.png",
            "128": "icon\/128x128.png"
        },
        "default_title": "__MSG_defaultTitle__"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com\/; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "offline_enabled": false,
    "homepage_url": "https:\/\/www.tokenlive.com\/",
    "permissions": [
        "storage"
    ]
}