Chart Nerd Extension
Chrome extensions for Chart Nerd, allow easy access to token, url & table name
Apa itu Chart Nerd Extension?
Chart Nerd Extension adalah ekstensi Chrome yang dikembangkan oleh fayeed52, dan fitur utamanya adalah "Chrome extensions for Chart Nerd, allow easy access to token, url & table name".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chart Nerd Extension
Unduh file ekstensi Chart Nerd Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A complementary extension for Chart Nerd, that help extract notion table URL, table name, token & autofills the input in Chart Nerd, saving you time.
Informasi Dasar Ekstensi
Nama | |
ID | bakfkchdglacloppcphpfbpofmfmflkk |
URL Resmi | https://chromewebstore.google.com/detail/chart-nerd-extension/bakfkchdglacloppcphpfbpofmfmflkk |
Deskripsi | Chrome extensions for Chart Nerd, allow easy access to token, url & table name |
Ukuran File | 16.49 KB |
Jumlah Instalasi | 852 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2020-06-13 |
Tanggal Publikasi | 2020-06-12 |
Penilaian | 1.86/5 Total 7 Penilaian |
Pengembang | fayeed52 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://chart-nerd.now.sh/ |
Bahasa yang Didukung | 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" } } |