Button: Bookmarks

Open the Bookmark Manager with just one click.

Button: Bookmarks là gì?

Button: Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi https://browser-extensions.com, và tính năng chính của nó là "Open the Bookmark Manager with just one click.".

Ả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 Button: Bookmarks

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

                                            

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

Tên Button: Bookmarks Button: Bookmarks
ID pibgjfhdkflakjlhghpgecpdojokglnn
URL Chính Thức https://chromewebstore.google.com/detail/button-bookmarks/pibgjfhdkflakjlhghpgecpdojokglnn
Mô tả Open the Bookmark Manager with just one click.
Kích Thước Tệp 9.53 KB
Số Lần Cài Đặt 1,371
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-04-21
Ngày Phát Hành 2016-04-20
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://browser-extensions.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://browser-extensions.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_openBookmarks__"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}