Chart Nerd Extension

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

Chart Nerd Extensionคืออะไร?

Chart Nerd Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fayeed52 และคุณลักษณะหลักของมันคือ "Chrome extensions for Chart Nerd, allow easy access to token, url & table name"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chart Nerd Extension

ดาวน์โหลดไฟล์ส่วนขยาย Chart Nerd Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}