Chart Nerd Extension

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

Chart Nerd Extension क्या है?

Chart Nerd Extension fayeed52 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extensions for Chart Nerd, allow easy access to token, url & table name"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chart Nerd Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Chart Nerd Extension Chart Nerd Extension
ID bakfkchdglacloppcphpfbpofmfmflkk
आधिकारिक URL https://chromewebstore.google.com/detail/chart-nerd-extension/bakfkchdglacloppcphpfbpofmfmflkk
विवरण Chrome extensions for Chart Nerd, allow easy access to token, url & table name
फ़ाइल का आकार 16.49 KB
स्थापना संख्या 852
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2020-06-13
प्रकाशन तिथि 2020-06-12
रेटिंग 1.86/5 कुल 7 रेटिंग्स
डेवलपर fayeed52
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://chart-nerd.now.sh/
समर्थित भाषाएँ 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"
    }
}