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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tryprism.co และคุณลักษณะหลักของมันคือ "This extension lets you bookmark your favorite websites and browse them with up-to-date screenshots."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prism - Visual Bookmarks

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}