Bookmark Tab

This is an extension function to set a new tab on the bookmark screen.

Bookmark Tab là gì?

Bookmark Tab là một tiện ích mở rộng Chrome được phát triển bởi developer.waieight., và tính năng chính của nó là "This is an extension function to set a new tab on the bookmark screen.".

Ả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 Bookmark Tab

Tải xuống các tệp mở rộng Bookmark Tab 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

                        Change the screen of the new tab to the bookmark screen.                    

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

Tên Bookmark Tab Bookmark Tab
ID cpemdgbeealeokgnlbkieiindkpaodmm
URL Chính Thức https://chrome.google.com/webstore/detail/bookmark-tab/cpemdgbeealeokgnlbkieiindkpaodmm
Mô tả This is an extension function to set a new tab on the bookmark screen.
Kích Thước Tệp 43.74 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 0.0.12.13
Cập Nhật Lần Cuối 2022-05-17
Ngày Phát Hành 2020-06-25
Nhà Phát Triển developer.waieight.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://waieight.hatenablog.jp/
URL Trang Chính Sách Bảo Mật https://waieight.hatenablog.jp/entry/2021/03/23/180238
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Tab",
    "version": "3.0.0.213",
    "version_name": "0.0.12.13",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "chrome_url_overrides": {
        "newtab": "\/html\/bookmarks.html"
    }
}