Bookmark Keyword

Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search

O que é Bookmark Keyword?

Bookmark Keyword é uma extensão do Chrome desenvolvida por Alex Nazimok, e sua principal característica é "Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Bookmark Keyword

Baixe arquivos de extensão Bookmark Keyword 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

                        Bookmark Keyword is powerful extension that helps to navigate the web using bookmarks even easier. Bookmark any page, add keyword to the title and you are ready to jump the the page with just couple of keystrokes

You can execute keyword commands by putting them on the end of the keyword or on the end of the url, if selected from the suggestions list. Followin commands are currently supported:
   :t - open in the new tab
   :p - pin tab
   :w - open in the new window
   :i - incognito mode

For example: Assuming we have bookmark defined as '[fb] Facebook' to open the bookmark in the new window, you would type the following command in the omnibar "kw{tab}fb:w"
The commands could be combined. For example to open the bookmark in the new incognito window you would type: 'kw{tab}fb:wi'.                    

Informações Básicas da Extensão

Nome Bookmark Keyword Bookmark Keyword
ID jgmmhndnlacimnjmgplphnokhnlbhnmd
URL Oficial https://chromewebstore.google.com/detail/bookmark-keyword/jgmmhndnlacimnjmgplphnokhnlbhnmd
Descrição Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search
Tamanho do Arquivo 48.93 KB
Contagem de Instalações 347
Versão Atual 1.7
Última Atualização 2013-09-25
Data de Publicação 2013-09-25
Classificação 4.00/5 Total de 23 Avaliações
Desenvolvedor Alex Nazimok
Tipo de Pagamento free
Site da Extensão https://github.com/anazimok/bookmark_keyword
URL da Página de Ajuda https://github.com/anazimok/bookmark_keyword/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js",
            "storage.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "description": "Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search",
    "name": "Bookmark Keyword",
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "omnibox": {
        "keyword": "kw"
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "version": "1.7"
}