Prism - Visual Bookmarks
This extension lets you bookmark your favorite websites and browse them with up-to-date screenshots.
Qu'est-ce que Prism - Visual Bookmarks ?
Prism - Visual Bookmarks est une extension Chrome développée par https://tryprism.co, et sa fonction principale est "This extension lets you bookmark your favorite websites and browse them with up-to-date screenshots.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Prism - Visual Bookmarks
Téléchargez les fichiers d'extension Prism - Visual Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Prism - Visual Bookmarks |
ID | diobhoifomoegojeaaghkfleolkhbipj |
URL Officiel | https://chromewebstore.google.com/detail/prism-visual-bookmarks/diobhoifomoegojeaaghkfleolkhbipj |
Description | This extension lets you bookmark your favorite websites and browse them with up-to-date screenshots. |
Taille du Fichier | 864 KB |
Nombre d'Installations | 681 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2020-06-02 |
Date de Publication | 2020-06-01 |
Évaluation | 4.18/5 Total 11 Évaluations |
Développeur | https://tryprism.co |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.tryprism.co |
URL de la Page de Politique de Confidentialité | https://www.tryprism.co/privacy-policy |
Langues Prises en Charge | 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\/*" ] } |