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 |
公式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 |
Eメール | [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" } } |