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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chart Nerd Extension
قم بتنزيل ملفات الامتداد Chart Nerd Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.
معلومات أساسية عن التمديد
الاسم | |
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" } } |