Secure Bookmarks

Adds a password-protected bookmark list

Secure Bookmarksคืออะไร?

Secure Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bozozo และคุณลักษณะหลักของมันคือ "Adds a password-protected bookmark list"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Secure Bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Secure Bookmarks adds a password-protected bookmarks list to Google Chrome.

You will occasionally want to create bookmarks without sharing them with others using your computer. Where to store this information safely? Secure Bookmarks allows you to store such bookmarks in a separate list, safely encrypted on your hard drive. After opening your browser, simply click the Secure Bookmarks icon and enter your password to retrieve your bookmarks! All decrypted information is lost the second you close your browser.

Secure Bookmarks includes a ten second set-up page and a clean and intuitive interface, allowing you to create, edit, and rearrange bookmarks easily. Use folders to organize your bookmarks. Plus, you can exchange bookmarks between Chrome and Secure Bookmarks effortlessly from the Settings page.

You can export your data to an encrypted text file, which can be used to restore information or share between computers.

Be sure to request extra features or improvements. Also, please take the effort to leave a rating if you appreciate my hard work!

New in version 1.4.4: 
- Added always-open-incognito option
- Added 'Add to Secure Bookmarks' context menu item
- Performance improvements and minor bug fixes                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Secure Bookmarks Secure Bookmarks
ID leocjgngiajhfiikjolfhcpiokgbinep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/secure-bookmarks/leocjgngiajhfiikjolfhcpiokgbinep
คำอธิบาย Adds a password-protected bookmark list
ขนาดไฟล์ 155 KB
จำนวนการติดตั้ง 53,043
เวอร์ชันปัจจุบัน 1.4.5
อัปเดตครั้งล่าสุด 2013-12-09
วันที่เผยแพร่ 2013-12-09
คะแนน 3.60/5 รวมทั้งหมด 305 คะแนน
ผู้พัฒนา Bozozo
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Secure Bookmarks",
    "version": "1.4.5",
    "description": "Adds a password-protected bookmark list",
    "background": {
        "scripts": [
            "scripts\/tea.js",
            "scripts\/shared.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "storage",
        "contextMenus"
    ]
}