Google Bookmarks Tree

google.com/bookmarks with tree view

Google Bookmarks Treeคืออะไร?

Google Bookmarks Tree เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Song Hyo Jin และคุณลักษณะหลักของมันคือ "google.com/bookmarks with tree view"

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

screenshot

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

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

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

                        Google has terminated the service.
Existing users can still see the bookmarks stored in Chrome, so please move the bookmarks.
This extension will be converted to private.
-------------------------------------------------------
tree view for https://www.google.com/bookmarks/ 

Labels naming with ">" mark is tree depth.
Folder>Folder>Folder

ctrl+Right-click on a folder to open all the links in the folder. Subfolders are ignored.

- not chrome's bookmarks. google site's bookmarks.                    

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

ชื่อ Google Bookmarks Tree Google Bookmarks Tree
ID ofppcpdgnpnmlmellfphhehmhkafbgmm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-bookmarks-tree/ofppcpdgnpnmlmellfphhehmhkafbgmm
คำอธิบาย google.com/bookmarks with tree view
ขนาดไฟล์ 127 KB
จำนวนการติดตั้ง 595
เวอร์ชันปัจจุบัน 1.10
อัปเดตครั้งล่าสุด 2022-09-26
วันที่เผยแพร่ 2019-06-13
คะแนน 4.65/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา Song Hyo Jin
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://xenosi.de/privacyext.html
ภาษาที่รองรับ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "ko",
    "name": "__MSG_extName__",
    "short_name": "XenoBookmarks",
    "description": "__MSG_extDescription__",
    "version": "1.10",
    "icons": {
        "16": "image\/16x16.png",
        "48": "image\/48x48.png",
        "128": "image\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "image\/19x19.png",
            "38": "image\/38x38.png"
        },
        "default_popup": "bookmarks.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "https:\/\/www.google.com\/bookmarks\/*"
    ]
}