Tiny notes
Create your tiny notes without leaving current tab
Apa itu Tiny notes?
Tiny notes adalah ekstensi Chrome yang dikembangkan oleh taras.d, dan fitur utamanya adalah "Create your tiny notes without leaving current tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tiny notes
Unduh file ekstensi Tiny notes 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
Informasi Dasar Ekstensi
Nama | Tiny notes |
ID | bhpicdlgfpjaidahkmfddkehnmlbljed |
URL Resmi | https://chromewebstore.google.com/detail/tiny-notes/bhpicdlgfpjaidahkmfddkehnmlbljed |
Deskripsi | Create your tiny notes without leaving current tab |
Ukuran File | 38.17 KB |
Jumlah Instalasi | 71 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2017-02-20 |
Tanggal Publikasi | 2017-02-19 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | taras.d |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tiny notes", "version": "1.0.3", "description": "Create your tiny notes without leaving current tab", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Tiny notes", "default_icon": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png" } } } |