Unofficial Google Bookmarks

Sync from Google Bookmarks

Unofficial Google Bookmarks란 무엇입니까?

Unofficial Google Bookmarks은(는) https://www.codepowered.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sync from Google Bookmarks"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Synchronise your bookmarks from Google Bookmarks into Chrome. 

To use:
- Create a folder named "Google Bookmarks" under "Bookmarks Bar" (use Bookmark Manager.)
- Sign in to your Google account at any Google website.
- Wait a couple minutes or restart your Chrome.

If it doesn't seem to work, please visiting http://www.google.com/bookmarks/?output=xml&num=10000 to see if the plugin is able to access your bookmarks properly. The plugin accesses this page.

Labels on bookmarks are treated as path names in which the bookmark appear, using the colon character (":") as folder separator. For example: the label "Development:Android" will cause this path to be made in your bookmarks: "Bookmarks Bar/Google Bookmarks/Development/Android". Unlabeled bookmarks appear in the root "Google Bookmarks" folder.

Changes made to Google Bookmarks will be synchronised into Chrome every one minute.

Open source. Feel free to contribute at https://code.google.com/p/chrome-import-g-bookmarks/.                    

확장 프로그램 기본 정보

이름 Unofficial Google Bookmarks Unofficial Google Bookmarks
ID dhkeiaaimpifdppinlokmgolcnnnlnfa
공식 URL https://chromewebstore.google.com/detail/unofficial-google-bookmar/dhkeiaaimpifdppinlokmgolcnnnlnfa
설명 Sync from Google Bookmarks
파일 크기 85.47 KB
설치 횟수 480
현재 버전 2.1.4
최근 업데이트 2013-02-10
출시 날짜 2013-02-09
평점 3.87/5 총 23 개의 평점
개발자 https://www.codepowered.com
결제 유형 free
확장 프로그램 웹 사이트 https://code.google.com/p/chrome-import-g-bookmarks/
도움말 페이지 URL http://www.google.com/bookmarks/?output=xml&num=10000
지원되는 언어 id,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.1.4",
    "manifest_version": 2,
    "description": "Sync from Google Bookmarks",
    "permissions": [
        "https:\/\/www.google.com\/",
        "bookmarks"
    ],
    "browser_action": {
        "default_icon": "bookmark-icon.png",
        "default_title": "Sync from Google Bookmarks"
    },
    "background": {
        "scripts": [
            "json2.js",
            "jquery.min.js",
            "extension.js",
            "bookmarks.js",
            "browser_action.js"
        ]
    },
    "default_locale": "en",
    "icons": {
        "128": "bookmark-icon.png"
    }
}