Easy Private Bookmarks

Easiest way to create and manage password secured bookmarks. Open-source so you can trust.

Easy Private Bookmarksคืออะไร?

Easy Private Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://painttist.com และคุณลักษณะหลักของมันคือ "Easiest way to create and manage password secured bookmarks. Open-source so you can trust."

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

screenshot
screenshot
screenshot

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

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

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

                        Quickly and easily lock a bookmark in its original place. Locked bookmarks sync across devices just like normal bookmarks. This extension allows you to password protect your bookmarks so they are kept private, but still allows easy access from the bookmarks bar, as long as you remember your password.

To use this in Incognito mode, you need to enable it first:
- Go to chrome://extensions
- Find the extension, click Details
- Toggle the button "Allow in Incognito" to allow the extension to run in incognito mode.

Warning: no password recovery

[FAQ]:

Q: I have just updated to version 2.0 and my old locked links can't be recognized or unlocked?
A: Sorry for the inconvenience. Please don't modify those bookmarks. We have fixed the auto migrate bug in version 2.1. After updating to version 2.1. Go to the Options page (Right click on the icon -> Options) And then use the Manual Migrate feature to migrate those old links.

[Patch Notes]

v2.1.0
- Complete Bookmark Editing Features
  - Adding Folder
  - Changing Bookmark Title & URL
  - Changing Folder Title
  - Deleting Bookmarks & Folders
- Critical Bug Fixes
- Added Manual Migration
- UI improvements to better display remaining time of temp. key
- Many UX/UI detail improvements

## v2.0.0
- Rewrote from ground up to `revive` the codebase
  - The old codebase refused to compile :/
  - But now I can use great tools to super-charge my workflow :D
- Improves locking safety.
  - The public & private key process wasn't fully implemented, now it is! :D
  - And hence the migration required :/
- Adding Current Tab as Bookmark
- Adds `Peeking`. No more manually decrypting to see the link title!
- Many UI/UX refinements. Better color consistency & read-ability improvements
- Adds Icon (Favicon) preview for all URLs! :D

## v1.0.0
- First version!
- Locking Bookmarks
- Filteirng Bookmarks
- Searching Bookmarks                    

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

ชื่อ Easy Private Bookmarks Easy Private Bookmarks
ID bflapopofgmkpddlfdljfadoemjnmbem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-private-bookmarks/bflapopofgmkpddlfdljfadoemjnmbem
คำอธิบาย Easiest way to create and manage password secured bookmarks. Open-source so you can trust.
ขนาดไฟล์ 71.04 KB
จำนวนการติดตั้ง 600
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2023-03-08
วันที่เผยแพร่ 2021-10-29
คะแนน 4.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://painttist.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/painttist/easy-private-bookmarks-v2
URL หน้าช่วยเหลือ https://github.com/painttist/easy-private-bookmarks-v2/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_title": "Easy Private Bookmarks",
        "default_icon": "logo.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "description": "Easiest way to create and manage password secured bookmarks. Open-source so you can trust.",
    "incognito": "split",
    "manifest_version": 3,
    "name": "Easy Private Bookmarks",
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "bookmarks",
        "activeTab"
    ],
    "version": "2.1.0"
}