Power Bookmarks

Power Bookmarks allows you to search your bookmarks easily. Its tree view and sunburst view allow you to analyze the complexity of…

Power Bookmarksคืออะไร?

Power Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dynattractor.com และคุณลักษณะหลักของมันคือ "Power Bookmarks allows you to search your bookmarks easily. Its tree view and sunburst view allow you to analyze the complexity of…"

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

screenshot
screenshot
screenshot

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

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

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

                        Power Bookmarks allows you to search your bookmarks easily. Its tree view and sunburst view allow you to analyze the complexity of your bookmark tree.

You can continue to create a bookmark or organize your bookmark with whatever tools your browser provides, and clicking on the “Reload” button will automatically load the latest bookmarks.                    

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

ชื่อ Power Bookmarks Power Bookmarks
ID dbagmadomlelppkeidibnmgbdkdicgnh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/power-bookmarks/dbagmadomlelppkeidibnmgbdkdicgnh
คำอธิบาย Power Bookmarks allows you to search your bookmarks easily. Its tree view and sunburst view allow you to analyze the complexity of…
ขนาดไฟล์ 950 KB
จำนวนการติดตั้ง 118
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-01-18
วันที่เผยแพร่ 2023-01-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://dynattractor.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://dynattractor.com/site-policy/privacy-policy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Power Bookmarks",
    "version": "1.0.1",
    "action": {
        "default_title": "Power Bookmarks"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_page": "index.html",
    "permissions": [
        "bookmarks",
        "storage",
        "history"
    ],
    "icons": {
        "16": "power-bookmark-16.png",
        "32": "power-bookmark-32.png",
        "48": "power-bookmark-48.png",
        "128": "power-bookmark-128.png"
    }
}