Prism - Visual Bookmarks
This extension lets you bookmark your favorite websites and browse them with up-to-date screenshots.
Was ist Prism - Visual Bookmarks?
Prism - Visual Bookmarks ist eine Chrome-Erweiterung, die von https://tryprism.co entwickelt wurde, und ihr Hauptmerkmal ist "This extension lets you bookmark your favorite websites and browse them with up-to-date screenshots.".
Erweiterungsscreenshots
Prism - Visual Bookmarks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Prism - Visual Bookmarks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Prism - Visual Bookmarks |
ID | diobhoifomoegojeaaghkfleolkhbipj |
Offizielle URL | https://chromewebstore.google.com/detail/prism-visual-bookmarks/diobhoifomoegojeaaghkfleolkhbipj |
Beschreibung | This extension lets you bookmark your favorite websites and browse them with up-to-date screenshots. |
Dateigröße | 864 KB |
Installationsanzahl | 681 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2020-06-02 |
Veröffentlichungsdatum | 2020-06-01 |
Bewertung | 4.18/5 Insgesamt 11 Bewertungen |
Entwickler | https://tryprism.co |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.tryprism.co |
URL der Datenschutzrichtlinien-Seite | https://www.tryprism.co/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } |