Bokemarks.com

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

What is Bokemarks.com?

Bokemarks.com is a Chrome extension developed by http://www.bokemarks.com, and its main feature is "Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.".

Extension Screenshots

screenshot
screenshot

Download Bokemarks.com Extension CRX File

Download Bokemarks.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Bokemarks.com Bokemarks.com
ID edamijjeljkjcinelnicokboenomckhd
Official URL https://chrome.google.com/webstore/detail/bokemarkscom/edamijjeljkjcinelnicokboenomckhd
Description Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.
File Size 23.84 KB
Installation Count 56
Current Version 0.92
Last Updated 2013-11-18
Publish Date 2013-11-18
Rating 5.00/5 Total 5 Ratings
Developer http://www.bokemarks.com
Payment Type free
Extension Website http://www.bokemarks.com
Supported Languages 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"
            ]
        }
    ]
}