Chart Nerd Extension
Chrome extensions for Chart Nerd, allow easy access to token, url & table name
Was ist Chart Nerd Extension?
Chart Nerd Extension ist eine Chrome-Erweiterung, die von fayeed52 entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extensions for Chart Nerd, allow easy access to token, url & table name".
Erweiterungsscreenshots
Chart Nerd Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chart Nerd Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A complementary extension for Chart Nerd, that help extract notion table URL, table name, token & autofills the input in Chart Nerd, saving you time.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bakfkchdglacloppcphpfbpofmfmflkk |
Offizielle URL | https://chromewebstore.google.com/detail/chart-nerd-extension/bakfkchdglacloppcphpfbpofmfmflkk |
Beschreibung | Chrome extensions for Chart Nerd, allow easy access to token, url & table name |
Dateigröße | 16.49 KB |
Installationsanzahl | 852 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2020-06-13 |
Veröffentlichungsdatum | 2020-06-12 |
Bewertung | 1.86/5 Insgesamt 7 Bewertungen |
Entwickler | fayeed52 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://chart-nerd.now.sh/ |
Unterstützte Sprachen | 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" } } |