Get Bookmarks

Crx to backup bookmarks when you can't sync with Google Account.

Get Bookmarks란 무엇입니까?

Get Bookmarks은(는) Vasu Jain에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Crx to backup bookmarks when you can't sync with Google Account."입니다.

Get Bookmarks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Have multiple Google accounts for Chrome ? Don't want to synch them together ? Worried about backup ?

Export your Bookmarks on a single click in JSON/HTML format.                    

확장 프로그램 기본 정보

이름 Get Bookmarks Get Bookmarks
ID ffhnbbecccapfhkcfnhcnjacbgahfdng
공식 URL https://chrome.google.com/webstore/detail/get-bookmarks/ffhnbbecccapfhkcfnhcnjacbgahfdng
설명 Crx to backup bookmarks when you can't sync with Google Account.
파일 크기 38.83 KB
설치 횟수 32
현재 버전 0.5.9
최근 업데이트 2015-03-23
출시 날짜 2015-03-23
평점 5.00/5 총 2 개의 평점
개발자 Vasu Jain
결제 유형 free
확장 프로그램 웹 사이트 http://www.brk.im
도움말 페이지 URL http://www.brk.im
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get Bookmarks",
    "description": "Crx to backup bookmarks when you can't sync with Google Account.",
    "version": "0.5.9",
    "browser_action": {
        "default_icon": "resources\/bookmark_red_24.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "icons": {
        "16": "resources\/bookmark_red_16.png",
        "24": "resources\/bookmark_red_24.png",
        "32": "resources\/bookmark_red_32.png",
        "48": "resources\/bookmark_red_48.png",
        "128": "resources\/bookmark_red_128.png",
        "256": "resources\/bookmark_red_256.png"
    }
}