Unofficial Google Bookmarks

Sync from Google Bookmarks

Hvad er Unofficial Google Bookmarks?

Unofficial Google Bookmarks er en Chrome-udvidelse udviklet af https://www.codepowered.com, og dens hovedfunktion er "Sync from Google Bookmarks".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Unofficial Google Bookmarks-udvidelses-CRX-fil

Download Unofficial Google Bookmarks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Unofficial Google Bookmarks Unofficial Google Bookmarks
ID dhkeiaaimpifdppinlokmgolcnnnlnfa
Officiel URL https://chromewebstore.google.com/detail/unofficial-google-bookmar/dhkeiaaimpifdppinlokmgolcnnnlnfa
Beskrivelse Sync from Google Bookmarks
Filstørrelse 85.47 KB
Antal Installationer 480
Nuværende Version 2.1.4
Senest Opdateret 2013-02-10
Udgivelsesdato 2013-02-09
Bedømmelse 3.87/5 Samlet 23 Bedømmelser
Udvikler https://www.codepowered.com
Betalingsmetode free
Udvidelseswebsted https://code.google.com/p/chrome-import-g-bookmarks/
Hjælpeside-URL http://www.google.com/bookmarks/?output=xml&num=10000
Understøttede Sprog 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"
    }
}