Chart Nerd Extension
Chrome extensions for Chart Nerd, allow easy access to token, url & table name
Co je Chart Nerd Extension?
Chart Nerd Extension je rozšíření Chrome vyvinuté fayeed52, a jeho hlavní funkcí je „Chrome extensions for Chart Nerd, allow easy access to token, url & table name“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Chart Nerd Extension
Stáhněte si soubory rozšíření Chart Nerd Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A complementary extension for Chart Nerd, that help extract notion table URL, table name, token & autofills the input in Chart Nerd, saving you time.
Základní Informace o Rozšíření
Název | |
ID | bakfkchdglacloppcphpfbpofmfmflkk |
Oficiální URL | https://chromewebstore.google.com/detail/chart-nerd-extension/bakfkchdglacloppcphpfbpofmfmflkk |
Popis | Chrome extensions for Chart Nerd, allow easy access to token, url & table name |
Velikost souboru | 16.49 KB |
Počet instalací | 852 |
Aktuální Verze | 1.1.0 |
Poslední Aktualizace | 2020-06-13 |
Datum Vydání | 2020-06-12 |
Hodnocení | 1.86/5 Celkem 7 Hodnocení |
Vývojář | fayeed52 |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://chart-nerd.now.sh/ |
Podporované Jazyky | 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" } } |