Omnimarkr

Fuzzy search your bookmarks through the Omnibox

Hvad er Omnimarkr?

Omnimarkr er en Chrome-udvidelse udviklet af JVillella, og dens hovedfunktion er "Fuzzy search your bookmarks through the Omnibox".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Omnimarkr-udvidelses-CRX-fil

Download Omnimarkr-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Omnimarkr Omnimarkr
ID pklgmphiapdicmpbgnjnhnlmjpbijlfp
Officiel URL https://chromewebstore.google.com/detail/omnimarkr/pklgmphiapdicmpbgnjnhnlmjpbijlfp
Beskrivelse Fuzzy search your bookmarks through the Omnibox
Filstørrelse 27.81 KB
Antal Installationer 13
Nuværende Version 1.0.2
Senest Opdateret 2015-02-10
Udgivelsesdato 2015-02-09
Bedømmelse 4.00/5 Samlet 2 Bedømmelser
Udvikler JVillella
Betalingsmetode free
Udvidelseswebsted http://jvillella.com
Hjælpeside-URL http://jvillella.com
Understøttede Sprog 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
    }
}