Prism - Visual Bookmarks

This extension lets you bookmark your favorite websites and browse them with up-to-date screenshots.

什么是Prism - Visual Bookmarks?

Prism - Visual Bookmarks是由https://tryprism.co开发的Chrome扩展程序,该扩展的主要功能是“This extension lets you bookmark your favorite websites and browse them with up-to-date screenshots.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Prism - Visual Bookmarks扩展crx文件

下载Prism - Visual Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Prism - Visual Bookmarks Prism - Visual Bookmarks
ID diobhoifomoegojeaaghkfleolkhbipj
官方URL https://chromewebstore.google.com/detail/prism-visual-bookmarks/diobhoifomoegojeaaghkfleolkhbipj
简介 This extension lets you bookmark your favorite websites and browse them with up-to-date screenshots.
文件大小 864 KB
安装次数 681
当前版本 1.0.4
更新时间 2020-06-02
上架时间 2020-06-01
评分 4.18/5 共11次评分
开发者 https://tryprism.co
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.tryprism.co
隐私政策页面URL https://www.tryprism.co/privacy-policy
支持的语言 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\/*"
    ]
}