A Mindmap for your Bookmarks

Manage & Clean your Bookmarks faster with this Visual MindMap.

A Mindmap for your Bookmarks là gì?

A Mindmap for your Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi https://noccito.net, và tính năng chính của nó là "Manage & Clean your Bookmarks faster with this Visual MindMap.".

Ả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 A Mindmap for your Bookmarks

Tải xuống các tệp mở rộng A Mindmap for your Bookmarks 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

                        Clean your bookmark with this Mind Map for your Chrome Bookmarks. It helps access, delete & rename bookmarks faster.                    

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

Tên A Mindmap for your Bookmarks A Mindmap for your Bookmarks
ID hikddkkkekpmeikdipgbofmfpimhnlcd
URL Chính Thức https://chromewebstore.google.com/detail/a-mindmap-for-your-bookma/hikddkkkekpmeikdipgbofmfpimhnlcd
Mô tả Manage & Clean your Bookmarks faster with this Visual MindMap.
Kích Thước Tệp 344 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-08-31
Ngày Phát Hành 2023-08-30
Nhà Phát Triển https://noccito.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://noccito.net
URL Trang Trợ Giúp https://noccito.net
URL Trang Chính Sách Bảo Mật https://noccito.net/index.php/image-expand-for-google-slide
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "A Mindmap for your Bookmarks",
    "description": "Manage & Clean your Bookmarks faster with this Visual MindMap.",
    "version": "1.0",
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "bookmarks",
        "favicon",
        "history"
    ],
    "action": {
        "default_title": "Bookmark Mindmap"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*",
                "dist\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ]
}