Bookmark Access Bar

Bookmark Access Bar

什麼是Bookmark Access Bar?

Bookmark Access Bar是由Md. Mamunur Rashid開發的Chrome擴展程式,該擴展的主要功能是“Bookmark Access Bar”。

擴展截圖

screenshot
screenshot
screenshot

下載Bookmark Access Bar擴展crx文件

下載Bookmark Access Bar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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].                    

擴展基本資訊

名稱 Bookmark Access Bar Bookmark Access Bar
ID dckeohnohhdjjnellboiakekicnmchcc
官方網址 https://chromewebstore.google.com/detail/bookmark-access-bar/dckeohnohhdjjnellboiakekicnmchcc
簡介 Bookmark Access Bar
檔案大小 249 KB
安裝次數 37
目前版本 1.0.2
更新時間 2021-05-26
上架時間 2021-05-25
評分 5.00/5 共 3 次評分
開發者 Md. Mamunur Rashid
電子郵箱 [email protected]
付費類型 free
支援的語言 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'"
}