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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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'"
}