Bookmark Box

This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser

Bookmark Box란 무엇입니까?

Bookmark Box은(는) Anshul Srivastava에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Bookmark Box 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Bookmark Box takes your browser's bookmarks and stores them in your Dropbox account, and synchronize them across multiple computers and web browsers.

Available for Google Chrome and Firefox

Firefox : https://addons.mozilla.org/en-US/firefox/addon/bookmark-box/

Coming soon for Safari and Internet Explorer                    

확장 프로그램 기본 정보

이름 Bookmark Box Bookmark Box
ID eghjldnoldfcnfgfkbnmcbaalnkljphi
공식 URL https://chromewebstore.google.com/detail/bookmark-box/eghjldnoldfcnfgfkbnmcbaalnkljphi
설명 This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser
파일 크기 362 KB
설치 횟수 87
현재 버전 2.0.4
최근 업데이트 2020-05-25
출시 날짜 2020-05-24
평점 3.40/5 총 5 개의 평점
개발자 Anshul Srivastava
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark Box",
    "author": "Anshul Srivastava",
    "description": "This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser",
    "version": "2.0.4",
    "icons": {
        "16": "img\/Bookmark-Box-icon-16.png",
        "48": "img\/Bookmark-Box-icon-48.png",
        "128": "img\/Bookmark-Box-icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/Bookmark-Box-icon-19.png",
            "38": "img\/Bookmark-Box-icon-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Bookmark Box"
    },
    "minimum_chrome_version": "30",
    "permissions": [
        "https:\/\/www.dropbox.com\/",
        "bookmarks",
        "storage",
        "tabs",
        "https:\/\/anshul-srivastava.github.io\/bookmark-box\/*",
        "https:\/\/programmingblah.com\/bookmark-box\/*",
        "notifications"
    ],
    "web_accessible_resources": [
        "chrome_oauth_receiver.html"
    ]
}