Google Bookmarks Tree

google.com/bookmarks with tree view

Google Bookmarks Tree là gì?

Google Bookmarks Tree là một tiện ích mở rộng Chrome được phát triển bởi Song Hyo Jin, và tính năng chính của nó là "google.com/bookmarks with tree view".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Bookmarks Tree

Tải xuống các tệp mở rộng Google Bookmarks Tree dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Bookmarks Tree Google Bookmarks Tree
ID ofppcpdgnpnmlmellfphhehmhkafbgmm
URL Chính Thức https://chromewebstore.google.com/detail/google-bookmarks-tree/ofppcpdgnpnmlmellfphhehmhkafbgmm
Mô tả google.com/bookmarks with tree view
Kích Thước Tệp 127 KB
Số Lần Cài Đặt 595
Phiên Bản Hiện Tại 1.10
Cập Nhật Lần Cuối 2022-09-26
Ngày Phát Hành 2019-06-13
Đánh Giá 4.65/5 Tổng số 23 Đánh Giá
Nhà Phát Triển Song Hyo Jin
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://xenosi.de/privacyext.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}