B Marks!! - Google Bookmarks

Load and Display google bookmarks from your google account.

Co je B Marks!! - Google Bookmarks?

B Marks!! - Google Bookmarks je rozšíření Chrome vyvinuté http://www.bmarks.co.uk, a jeho hlavní funkcí je „Load and Display google bookmarks from your google account.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření B Marks!! - Google Bookmarks

Stáhněte si soubory rozšíření B Marks!! - Google Bookmarks ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        BMarks enables the user to simply log into their Google Account and then have all their google bookmarks available at the click of a button without having to sync browsers etc...

Google Bookmarks is a free online bookmarking service, available to Google Account holders. It is completely separate from browser-based bookmarking and should not be confused with the Bookmarks function on any popular browser, Google Chrome included. Google Bookmarks was launched on October 10, 2005. 

It is cloud based service that allows users to bookmark webpages and add labels or notes.

Users can access their bookmarks from any browser on any computer by signing into their Google account. The bookmarks are searchable, and searches are performed on the full text of the bookmarked pages, not just the labels and notes.                    

Základní Informace o Rozšíření

Název B Marks!! - Google Bookmarks B Marks!! - Google Bookmarks
ID gekfmjmagocgkhhfhidilnnkfiaejige
Oficiální URL https://chrome.google.com/webstore/detail/b-marks-google-bookmarks/gekfmjmagocgkhhfhidilnnkfiaejige
Popis Load and Display google bookmarks from your google account.
Velikost souboru 47.08 KB
Počet instalací 42
Aktuální Verze 0.5
Poslední Aktualizace 2017-10-04
Datum Vydání 2017-10-04
Vývojář http://www.bmarks.co.uk
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.bmarks.co.uk
URL Stránky Nápovědy http://www.bmarks.co.uk/
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "B Marks!! - Google Bookmarks",
    "version": "0.5",
    "description": "Load and Display google bookmarks from your google account.",
    "icons": {
        "32": "bookmark-flag-icons.png",
        "128": "bookmark-flag-icons.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/google.com\/bookmarks",
        "http:\/\/*.google.com\/",
        "https:\/\/*.google.com\/",
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_title": "BMarks",
        "default_icon": "bookmark-flag-icons.png",
        "default_popup": "popup.html"
    }
}