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
官方網址 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"
            ]
        }
    ]
}