Chart Nerd Extension

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

Cos'è Chart Nerd Extension?

Chart Nerd Extension è un'estensione di Chrome sviluppata da fayeed52, e la sua funzione principale è "Chrome extensions for Chart Nerd, allow easy access to token, url & table name".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Chart Nerd Extension

Scarica i file di estensione Chart Nerd Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Chart Nerd Extension Chart Nerd Extension
ID bakfkchdglacloppcphpfbpofmfmflkk
URL Ufficiale https://chromewebstore.google.com/detail/chart-nerd-extension/bakfkchdglacloppcphpfbpofmfmflkk
Descrizione Chrome extensions for Chart Nerd, allow easy access to token, url & table name
Dimensione del File 16.49 KB
Conteggio Installazioni 852
Versione Corrente 1.1.0
Ultimo Aggiornamento 2020-06-13
Data di Pubblicazione 2020-06-12
Valutazione 1.86/5 Totale 7 Valutazioni
Sviluppatore fayeed52
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://chart-nerd.now.sh/
Lingue Supportate 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"
    }
}