Omnimarkr

Fuzzy search your bookmarks through the Omnibox

Qu'est-ce que Omnimarkr ?

Omnimarkr est une extension Chrome développée par JVillella, et sa fonction principale est "Fuzzy search your bookmarks through the Omnibox".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Omnimarkr

Téléchargez les fichiers d'extension Omnimarkr au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Omnimarkr Omnimarkr
ID pklgmphiapdicmpbgnjnhnlmjpbijlfp
URL Officiel https://chromewebstore.google.com/detail/omnimarkr/pklgmphiapdicmpbgnjnhnlmjpbijlfp
Description Fuzzy search your bookmarks through the Omnibox
Taille du Fichier 27.81 KB
Nombre d'Installations 13
Version Actuelle 1.0.2
Dernière Mise à Jour 2015-02-10
Date de Publication 2015-02-09
Évaluation 4.00/5 Total 2 Évaluations
Développeur JVillella
Type de Paiement free
Site Web de l'Extension http://jvillella.com
URL de la Page d'Aide http://jvillella.com
Langues Prises en Charge 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
    }
}