Chart Nerd Extension
Chrome extensions for Chart Nerd, allow easy access to token, url & table name
什麼是Chart Nerd Extension?
Chart Nerd Extension是由fayeed52開發的Chrome擴展程式,該擴展的主要功能是“Chrome extensions for Chart Nerd, allow easy access to token, url & table name”。
擴展截圖
下載Chart Nerd Extension擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | bakfkchdglacloppcphpfbpofmfmflkk |
官方網址 | 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" } } |