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"
            ]
        }
    ]
}