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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}