B Marks!! - Google Bookmarks

Load and Display google bookmarks from your google account.

B Marks!! - Google Bookmarksとは何ですか?

B Marks!! - Google Bookmarksはhttp://www.bmarks.co.ukによって開発されたChromeの拡張機能で、その主な機能は「Load and Display google bookmarks from your google account.」です。

拡張機能のスクリーンショット

screenshot

B Marks!! - Google Bookmarks拡張機能のCRXファイルをダウンロード

B Marks!! - Google Bookmarks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 B Marks!! - Google Bookmarks B Marks!! - Google Bookmarks
ID gekfmjmagocgkhhfhidilnnkfiaejige
公式URL https://chrome.google.com/webstore/detail/b-marks-google-bookmarks/gekfmjmagocgkhhfhidilnnkfiaejige
説明 Load and Display google bookmarks from your google account.
ファイルサイズ 47.08 KB
インストール数 42
現在のバージョン 0.5
最終更新日 2017-10-04
公開日 2017-10-04
開発者 http://www.bmarks.co.uk
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.bmarks.co.uk
ヘルプページのURL http://www.bmarks.co.uk/
対応言語 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"
    }
}