Prism - Visual Bookmarks
This extension lets you bookmark your favorite websites and browse them with up-to-date screenshots.
Apa itu Prism - Visual Bookmarks?
Prism - Visual Bookmarks adalah ekstensi Chrome yang dikembangkan oleh https://tryprism.co, dan fitur utamanya adalah "This extension lets you bookmark your favorite websites and browse them with up-to-date screenshots.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Prism - Visual Bookmarks
Unduh file ekstensi Prism - Visual Bookmarks 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
Found a site you love? Save it to Prism! Prism lets you bookmark your favorite sites and browse them using up-to-date screenshots, so you can easily reference them and never forget what you saved. No more long lists of indecipherable links. Prism is visual bookmarks for visual people! Save your favorites sites for shopping, news, bloggers, design inspiration or collect sites for research, work and reference purposes. Easily get started by importing your existing Chrome bookmarks to set up boards.
Informasi Dasar Ekstensi
Nama | Prism - Visual Bookmarks |
ID | diobhoifomoegojeaaghkfleolkhbipj |
URL Resmi | https://chromewebstore.google.com/detail/prism-visual-bookmarks/diobhoifomoegojeaaghkfleolkhbipj |
Deskripsi | This extension lets you bookmark your favorite websites and browse them with up-to-date screenshots. |
Ukuran File | 864 KB |
Jumlah Instalasi | 681 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2020-06-02 |
Tanggal Publikasi | 2020-06-01 |
Penilaian | 4.18/5 Total 11 Penilaian |
Pengembang | https://tryprism.co |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.tryprism.co |
URL Halaman Kebijakan Privasi | https://www.tryprism.co/privacy-policy |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Prism - Visual Bookmarks", "description": "This extension lets you bookmark your favorite websites and browse them with up-to-date screenshots.", "version": "1.0.4", "background": { "scripts": [ "app\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "[email protected]", "default_popup": "index.html", "default_title": "Save bookmark to Prism" }, "icons": { "16": "[email protected]", "48": "[email protected]", "128": "[email protected]" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/app.tryprism.co\/*" ] }, "permissions": [ "tabs", "activeTab", "cookies", "bookmarks", "https:\/\/app.tryprism.co\/*" ] } |