Chart Nerd Extension
Chrome extensions for Chart Nerd, allow easy access to token, url & table name
What is Chart Nerd Extension?
Chart Nerd Extension is a Chrome extension developed by fayeed52, and its main feature is "Chrome extensions for Chart Nerd, allow easy access to token, url & table name".
Extension Screenshots
Download Chart Nerd Extension Extension CRX File
Download Chart Nerd Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A complementary extension for Chart Nerd, that help extract notion table URL, table name, token & autofills the input in Chart Nerd, saving you time.
Extension Basic Information
Name | |
ID | bakfkchdglacloppcphpfbpofmfmflkk |
Official URL | https://chromewebstore.google.com/detail/chart-nerd-extension/bakfkchdglacloppcphpfbpofmfmflkk |
Description | Chrome extensions for Chart Nerd, allow easy access to token, url & table name |
File Size | 16.49 KB |
Installation Count | 852 |
Current Version | 1.1.0 |
Last Updated | 2020-06-13 |
Publish Date | 2020-06-12 |
Rating | 1.86/5 Total 7 Ratings |
Developer | fayeed52 |
[email protected] | |
Payment Type | free |
Extension Website | https://chart-nerd.now.sh/ |
Supported Languages | 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" } } |