Bokemarks.com

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

¿Qué es Bokemarks.com?

Bokemarks.com es una extensión de Chrome desarrollada por http://www.bokemarks.com, y su función principal es "Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Bokemarks.com

Descarga archivos de extensión Bokemarks.com en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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)                    

Información Básica de la Extensión

Nombre Bokemarks.com Bokemarks.com
ID edamijjeljkjcinelnicokboenomckhd
URL Oficial https://chrome.google.com/webstore/detail/bokemarkscom/edamijjeljkjcinelnicokboenomckhd
Descripción Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.
Tamaño del Archivo 23.84 KB
Cantidad de Instalaciones 56
Versión Actual 0.92
Última Actualización 2013-11-18
Fecha de Publicación 2013-11-18
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador http://www.bokemarks.com
Tipo de Pago free
Sitio Web de la Extensión http://www.bokemarks.com
Idiomas Soportados 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"
            ]
        }
    ]
}