Search Bookmarks for Chrome

Easy find and open your bookmarks.

O que é Search Bookmarks for Chrome?

Search Bookmarks for Chrome é uma extensão do Chrome desenvolvida por Bruno Basto, e sua principal característica é "Easy find and open your bookmarks.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Search Bookmarks for Chrome

Baixe arquivos de extensão Search Bookmarks for Chrome 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

                        This extension allows you to easily find and open any of your bookmarks. It provides an easy shortcut by default (Crt+E) that quickly opens the extension and you can start typing your query right away.

This first version also features an easy way to navigate through search results using the navigation keys (up and down). After selecting the desired result entry, just hit the Enter key or click in the result to open it in a new tab.

Future release will include sync with Social Bookmarks sites such as Delicious and Diigo and will also include a learning algorithm to show first the bookmarks you use more.                    

Informações Básicas da Extensão

Nome Search Bookmarks for Chrome Search Bookmarks for Chrome
ID fcncfhllkjppmmcjmlohajkafkbifldi
URL Oficial https://chrome.google.com/webstore/detail/search-bookmarks-for-chro/fcncfhllkjppmmcjmlohajkafkbifldi
Descrição Easy find and open your bookmarks.
Tamanho do Arquivo 23.41 KB
Contagem de Instalações 104
Versão Atual 1.1.5
Última Atualização 2014-04-11
Data de Publicação 2014-04-11
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Bruno Basto
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Bookmarks for Chrome",
    "description": "Easy find and open your bookmarks.",
    "version": "1.1.5",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+E",
                "mac": "MacCtrl+E"
            }
        }
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "search.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/yuicombo.appspot.com https:\/\/ssl.google-analytics.com; object-src 'self'"
}