Bokemarks.com

Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.

Bokemarks.comとは何ですか?

Bokemarks.comはhttp://www.bokemarks.comによって開発されたChromeの拡張機能で、その主な機能は「Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.」です。

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

screenshot
screenshot

Bokemarks.com拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Bokemarks is a bookmark manager which saves more than just the icon and title of the webpage. With Bokemarks, you can bookmark the video, the song, the article, the map (and more) depending on which webpage you are bookmarking. You can view your Bokemarks from any device and also add tags and notes to organize your Bokemarks.

How to use it:
Click to Save Bokemark (or Ctrl+S)
Double-Click to view your Bokemarks (or Ctrl+O)                    

拡張機能の基本情報

名前 Bokemarks.com Bokemarks.com
ID edamijjeljkjcinelnicokboenomckhd
公式URL https://chrome.google.com/webstore/detail/bokemarkscom/edamijjeljkjcinelnicokboenomckhd
説明 Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.
ファイルサイズ 23.84 KB
インストール数 56
現在のバージョン 0.92
最終更新日 2013-11-18
公開日 2013-11-18
評価 5.00/5 合計 5 レビュー
開発者 http://www.bokemarks.com
支払い方法 free
拡張機能のウェブサイト http://www.bokemarks.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bokemarks.com",
    "version": "0.92",
    "description": "Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.",
    "icons": {
        "128": "icon_128.png",
        "256": "icon_256.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "keyPress.js"
            ]
        }
    ]
}