Chart Nerd Extension
Chrome extensions for Chart Nerd, allow easy access to token, url & table name
Co to jest Chart Nerd Extension?
Chart Nerd Extension to rozszerzenie Chrome opracowane przez fayeed52, a jego główną funkcją jest „Chrome extensions for Chart Nerd, allow easy access to token, url & table name”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chart Nerd Extension
Pobierz pliki rozszerzeń Chart Nerd Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A complementary extension for Chart Nerd, that help extract notion table URL, table name, token & autofills the input in Chart Nerd, saving you time.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bakfkchdglacloppcphpfbpofmfmflkk |
Oficjalny URL | https://chromewebstore.google.com/detail/chart-nerd-extension/bakfkchdglacloppcphpfbpofmfmflkk |
Opis | Chrome extensions for Chart Nerd, allow easy access to token, url & table name |
Rozmiar pliku | 16.49 KB |
Liczba instalacji | 852 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2020-06-13 |
Data Publikacji | 2020-06-12 |
Ocena | 1.86/5 Łącznie 7 Oceny |
Deweloper | fayeed52 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://chart-nerd.now.sh/ |
Obsługiwane Języki | 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" } } |