Chart Nerd Extension
Chrome extensions for Chart Nerd, allow easy access to token, url & table name
Qu'est-ce que Chart Nerd Extension ?
Chart Nerd Extension est une extension Chrome développée par fayeed52, et sa fonction principale est "Chrome extensions for Chart Nerd, allow easy access to token, url & table name".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chart Nerd Extension
Téléchargez les fichiers d'extension Chart Nerd Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A complementary extension for Chart Nerd, that help extract notion table URL, table name, token & autofills the input in Chart Nerd, saving you time.
Informations de Base sur l'Extension
Nom | |
ID | bakfkchdglacloppcphpfbpofmfmflkk |
URL Officiel | https://chromewebstore.google.com/detail/chart-nerd-extension/bakfkchdglacloppcphpfbpofmfmflkk |
Description | Chrome extensions for Chart Nerd, allow easy access to token, url & table name |
Taille du Fichier | 16.49 KB |
Nombre d'Installations | 852 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2020-06-13 |
Date de Publication | 2020-06-12 |
Évaluation | 1.86/5 Total 7 Évaluations |
Développeur | fayeed52 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://chart-nerd.now.sh/ |
Langues Prises en Charge | 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" } } |