Chart Nerd Extension

Chrome extensions for Chart Nerd, allow easy access to token, url & table name

O que é Chart Nerd Extension?

Chart Nerd Extension é uma extensão do Chrome desenvolvida por fayeed52, e sua principal característica é "Chrome extensions for Chart Nerd, allow easy access to token, url & table name".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Chart Nerd Extension

Baixe arquivos de extensão Chart Nerd Extension 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

                        A complementary extension for Chart Nerd, that help extract notion table URL, table name, token & autofills the input in Chart Nerd, saving you time.                    

Informações Básicas da Extensão

Nome Chart Nerd Extension Chart Nerd Extension
ID bakfkchdglacloppcphpfbpofmfmflkk
URL Oficial https://chromewebstore.google.com/detail/chart-nerd-extension/bakfkchdglacloppcphpfbpofmfmflkk
Descrição Chrome extensions for Chart Nerd, allow easy access to token, url & table name
Tamanho do Arquivo 16.49 KB
Contagem de Instalações 852
Versão Atual 1.1.0
Última Atualização 2020-06-13
Data de Publicação 2020-06-12
Classificação 1.86/5 Total de 7 Avaliações
Desenvolvedor fayeed52
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://chart-nerd.now.sh/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chart Nerd Extension",
    "version": "1.1.0",
    "description": "Chrome extensions for Chart Nerd, allow easy access to token, url & table name",
    "short_name": "Chart Nerd",
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "https:\/\/www.notion.so\/*",
        "*:\/\/chart-nerd.now.sh\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/chart-nerd.now.sh\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "background": {
        "matches": "https:\/\/www.notion.so\/*",
        "page": "background.html"
    },
    "page_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}