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
Eメール [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\/*"
    ]
}