Bokemarks.com

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

O que é Bokemarks.com?

Bokemarks.com é uma extensão do Chrome desenvolvida por http://www.bokemarks.com, e sua principal característica é "Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Bokemarks.com

Baixe arquivos de extensão Bokemarks.com no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome Bokemarks.com Bokemarks.com
ID edamijjeljkjcinelnicokboenomckhd
URL Oficial https://chrome.google.com/webstore/detail/bokemarkscom/edamijjeljkjcinelnicokboenomckhd
Descrição Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.
Tamanho do Arquivo 23.84 KB
Contagem de Instalações 56
Versão Atual 0.92
Última Atualização 2013-11-18
Data de Publicação 2013-11-18
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor http://www.bokemarks.com
Tipo de Pagamento free
Site da Extensão http://www.bokemarks.com
Idiomas Suportados 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"
            ]
        }
    ]
}