Omnimarkr

Fuzzy search your bookmarks through the Omnibox

O que é Omnimarkr?

Omnimarkr é uma extensão do Chrome desenvolvida por JVillella, e sua principal característica é "Fuzzy search your bookmarks through the Omnibox".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Omnimarkr

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

                        Omnimarkr is an Omnibox enhancement for full-page searching of your bookmarks. Instead of only being able to search the titles of your bookmarks, now the entire pages are indexed automatically. Simply type 'bookmarks' in your Omnibox, hit tab, and away you go!                    

Informações Básicas da Extensão

Nome Omnimarkr Omnimarkr
ID pklgmphiapdicmpbgnjnhnlmjpbijlfp
URL Oficial https://chromewebstore.google.com/detail/omnimarkr/pklgmphiapdicmpbgnjnhnlmjpbijlfp
Descrição Fuzzy search your bookmarks through the Omnibox
Tamanho do Arquivo 27.81 KB
Contagem de Instalações 13
Versão Atual 1.0.2
Última Atualização 2015-02-10
Data de Publicação 2015-02-09
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor JVillella
Tipo de Pagamento free
Site da Extensão http://jvillella.com
URL da Página de Ajuda http://jvillella.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Omnimarkr",
    "description": "Fuzzy search your bookmarks through the Omnibox",
    "version": "1.0.2",
    "omnibox": {
        "keyword": "bookmarks"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "*:\/\/*\/*",
        "bookmarks",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "fuse.js",
            "eventscript.js"
        ],
        "persistent": false
    }
}