Book Mark Viewer
View your bookmarks as an interactive connected Graph
Apa itu Book Mark Viewer?
Book Mark Viewer adalah ekstensi Chrome yang dikembangkan oleh devsadda, dan fitur utamanya adalah "View your bookmarks as an interactive connected Graph".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Book Mark Viewer
Unduh file ekstensi Book Mark Viewer 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
It converts your lousy bookmarks to an interactive connected visually rich graph you can play around with. Check out the hierarchy of your bookmarks and have a visual treat...
Informasi Dasar Ekstensi
Nama | Book Mark Viewer |
ID | lfmmjhnknhjbackcakifjjnfnifgmpem |
URL Resmi | https://chromewebstore.google.com/detail/book-mark-viewer/lfmmjhnknhjbackcakifjjnfnifgmpem |
Deskripsi | View your bookmarks as an interactive connected Graph |
Ukuran File | 135 KB |
Jumlah Instalasi | 37 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-06-02 |
Tanggal Publikasi | 2014-06-02 |
Penilaian | 3.25/5 Total 4 Penilaian |
Pengembang | devsadda |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": " Book Mark Viewer", "version": "1.0", "description": "View your bookmarks as an interactive connected Graph", "permissions": [ "bookmarks" ], "browser_action": { "default_title": "My Bookmarks", "default_icon": "icon.png", "default_popup": "index.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |