Chrome Scrapbook
This is a quick and dirty way to save notes across your Chrome.
Apa itu Chrome Scrapbook?
Chrome Scrapbook adalah ekstensi Chrome yang dikembangkan oleh Alvin Nguyen, dan fitur utamanya adalah "This is a quick and dirty way to save notes across your Chrome.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chrome Scrapbook
Unduh file ekstensi Chrome Scrapbook 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
This is a quick and dirty way to save quick notes in your Chrome.
Informasi Dasar Ekstensi
Nama | Chrome Scrapbook |
ID | ibnjlibjbocfijndlhlfdkjihmjlmibd |
URL Resmi | https://chromewebstore.google.com/detail/chrome-scrapbook/ibnjlibjbocfijndlhlfdkjihmjlmibd |
Deskripsi | This is a quick and dirty way to save notes across your Chrome. |
Ukuran File | 8.06 KB |
Jumlah Instalasi | 1,466 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2015-06-23 |
Tanggal Publikasi | 2015-06-22 |
Penilaian | 2.82/5 Total 17 Penilaian |
Pengembang | Alvin Nguyen |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Scrapbook", "description": "This is a quick and dirty way to save notes across your Chrome.", "version": "1.3", "icons": { "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |