Booksmart
Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.
Apa itu Booksmart?
Booksmart adalah ekstensi Chrome yang dikembangkan oleh Ana-Maria Iancu, dan fitur utamanya adalah "Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Booksmart
Unduh file ekstensi Booksmart 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
With Booksmart you can now bookmark pages with only 2 clicks. Just add a folder, and click on the plus button next to it. Done! Your link is saved and organised in a folder. Easy to use and nice to look at. You can add as many folders as you want and as many bookmarks in each folder. Booksmart is all about making it easier to save links and access them later quickly. Version 0.3.0 updates: - design changes Version 0.2.0 updates: - bug fixes - confirmation message when you delete a folder
Informasi Dasar Ekstensi
Nama | |
ID | nlffaabjkkfkehhdmcljfpcipffhhkbj |
URL Resmi | https://chrome.google.com/webstore/detail/booksmart/nlffaabjkkfkehhdmcljfpcipffhhkbj |
Deskripsi | Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click. |
Ukuran File | 315 KB |
Jumlah Instalasi | 88 |
Versi Saat Ini | 0.3.0 |
Terakhir Diperbarui | 2020-12-15 |
Tanggal Publikasi | 2020-11-30 |
Penilaian | 4.78/5 Total 9 Penilaian |
Pengembang | Ana-Maria Iancu |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Booksmart", "version": "0.3.0", "description": "Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.", "short_name": "B", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html", "default_title": "Booksmart", "default_icon": "favicon.ico" }, "content_security_policy": "script-src 'self' ; object-src 'self'" } |