Omnimarkr

Fuzzy search your bookmarks through the Omnibox

Cos'è Omnimarkr?

Omnimarkr è un'estensione di Chrome sviluppata da JVillella, e la sua funzione principale è "Fuzzy search your bookmarks through the Omnibox".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Omnimarkr

Scarica i file di estensione Omnimarkr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Omnimarkr Omnimarkr
ID pklgmphiapdicmpbgnjnhnlmjpbijlfp
URL Ufficiale https://chromewebstore.google.com/detail/omnimarkr/pklgmphiapdicmpbgnjnhnlmjpbijlfp
Descrizione Fuzzy search your bookmarks through the Omnibox
Dimensione del File 27.81 KB
Conteggio Installazioni 13
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-02-10
Data di Pubblicazione 2015-02-09
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore JVillella
Tipo di Pagamento free
Sito Web dell'Estensione http://jvillella.com
URL della Pagina di Aiuto http://jvillella.com
Lingue Supportate 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
    }
}