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
官方網址 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\/*"
    ]
}