Bookmark Access Bar

Bookmark Access Bar

Bookmark Access Bar là gì?

Bookmark Access Bar là một tiện ích mở rộng Chrome được phát triển bởi Md. Mamunur Rashid, và tính năng chính của nó là "Bookmark Access Bar".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bookmark Access Bar

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

                        Get a toggle-able sidebar with all your favorite bookmarks at the edge of your browser window.

This extensions allows you to access your favorite bookmarks by clicking on the floating menu button.

You will also get all of your bookmarks in new tab.  You can add, edit, delete your bookmarks from edit mode.

You will also get some of our products update at the bottom of the page. (e.g. Smart Shopping List App)

If you found a bug, have ideas for features or improvements, please let me know by sending mail to the address [email protected].                    

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

Tên Bookmark Access Bar Bookmark Access Bar
ID dckeohnohhdjjnellboiakekicnmchcc
URL Chính Thức https://chromewebstore.google.com/detail/bookmark-access-bar/dckeohnohhdjjnellboiakekicnmchcc
Mô tả Bookmark Access Bar
Kích Thước Tệp 249 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-05-26
Ngày Phát Hành 2021-05-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Md. Mamunur Rashid
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "manifest_version": 2,
    "name": "Bookmark Access Bar",
    "version": "1.0.2",
    "version_name": "1.0.2",
    "description": "Bookmark Access Bar",
    "homepage_url": "http:\/\/myweblists.com\/extension",
    "icons": {
        "128": "img\/icon\/icon_128x128.png",
        "256": "img\/icon\/icon_256x256.png",
        "48": "img\/icon\/icon_48x48.png"
    },
    "minimum_chrome_version": "76",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "storage",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon\/icon_48x48.png",
        "default_popup": "popup.html",
        "default_title": "My Weblists"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "web_accessible_resources": [
        "css\/content.css",
        "img\/new-tab.png"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}