Q Bookmarks

Chrome extenstion to show bookmark menu.

Q Bookmarks là gì?

Q Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi chick307, và tính năng chính của nó là "Chrome extenstion to show bookmark menu.".

Ả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 Q Bookmarks

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

                        Bookmarks without title is displayed in one line.                    

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

Tên Q Bookmarks Q Bookmarks
ID pcgclenagkggjmceeohmifkdpgnaogid
URL Chính Thức https://chromewebstore.google.com/detail/q-bookmarks/pcgclenagkggjmceeohmifkdpgnaogid
Mô tả Chrome extenstion to show bookmark menu.
Kích Thước Tệp 88.97 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2019-05-27
Ngày Phát Hành 2019-05-27
Đánh Giá 4.38/5 Tổng số 24 Đánh Giá
Nhà Phát Triển chick307
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/chick307/Q-Bookmarks
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Q Bookmarks",
    "version": "2.0.0",
    "description": "Chrome extenstion to show bookmark menu.",
    "browser_action": {
        "default_icon": "assets\/images\/browser-action-64.png",
        "default_popup": "assets\/views\/popup.html",
        "default_title": "Q Bookmarks"
    },
    "content_security_policy": "default-src 'self'; img-src 'self' chrome:\/\/favicon",
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "48": "assets\/images\/icon-48.png",
        "128": "assets\/images\/icon-128.png"
    },
    "minimum_chrome_version": "73",
    "options_ui": {
        "chrome_style": true,
        "page": "assets\/views\/options-page.html"
    },
    "permissions": [
        "activeTab",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "storage"
    ]
}