MetaNote
Add notes to any page on the web
Apa itu MetaNote?
MetaNote adalah ekstensi Chrome yang dikembangkan oleh https://getmetanote.com, dan fitur utamanya adalah "Add notes to any page on the web".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MetaNote
Unduh file ekstensi MetaNote 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
MetaNote for Google Chrome is a useful extension that lets you annotate any page on the web and save your notes for later. Click the extension icon to open a panel and start writing your notes. Come back later to collect them.
Informasi Dasar Ekstensi
Nama | MetaNote |
ID | edppgeiopaemgpmmapllfeeeeekdolbl |
URL Resmi | https://chromewebstore.google.com/detail/metanote/edppgeiopaemgpmmapllfeeeeekdolbl |
Deskripsi | Add notes to any page on the web |
Ukuran File | 167 KB |
Jumlah Instalasi | 31 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2022-03-01 |
Tanggal Publikasi | 2022-02-26 |
Pengembang | https://getmetanote.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://getmetanote.com |
URL Halaman Bantuan | https://getmetanote.com/support |
URL Halaman Kebijakan Privasi | https://www.impulsionlabs.com/privacy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MetaNote", "description": "Add notes to any page on the web", "version": "1.0.1", "icons": { "128": "img\/icon-orange-128.png", "48": "img\/icon-orange-48.png", "16": "img\/icon-orange-16.png" }, "action": [], "background": { "service_worker": "app\/background.js" }, "permissions": [ "activeTab", "storage", "tabs" ] } |