Prism - Visual Bookmarks
This extension lets you bookmark your favorite websites and browse them with up-to-date screenshots.
Cos'è Prism - Visual Bookmarks?
Prism - Visual Bookmarks è un'estensione di Chrome sviluppata da https://tryprism.co, e la sua funzione principale è "This extension lets you bookmark your favorite websites and browse them with up-to-date screenshots.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Prism - Visual Bookmarks
Scarica i file di estensione Prism - Visual Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Prism - Visual Bookmarks |
ID | diobhoifomoegojeaaghkfleolkhbipj |
URL Ufficiale | https://chromewebstore.google.com/detail/prism-visual-bookmarks/diobhoifomoegojeaaghkfleolkhbipj |
Descrizione | This extension lets you bookmark your favorite websites and browse them with up-to-date screenshots. |
Dimensione del File | 864 KB |
Conteggio Installazioni | 681 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2020-06-02 |
Data di Pubblicazione | 2020-06-01 |
Valutazione | 4.18/5 Totale 11 Valutazioni |
Sviluppatore | https://tryprism.co |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.tryprism.co |
URL della Pagina della Politica sulla Privacy | https://www.tryprism.co/privacy-policy |
Lingue Supportate | 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\/*" ] } |