Omnimarkr

Fuzzy search your bookmarks through the Omnibox

Что такое Omnimarkr?

Omnimarkr - это расширение Chrome, разработанное JVillella, и его основная функция - "Fuzzy search your bookmarks through the Omnibox".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Omnimarkr

Скачайте файлы расширений Omnimarkr в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Omnimarkr Omnimarkr
ID pklgmphiapdicmpbgnjnhnlmjpbijlfp
Официальный URL https://chromewebstore.google.com/detail/omnimarkr/pklgmphiapdicmpbgnjnhnlmjpbijlfp
Описание Fuzzy search your bookmarks through the Omnibox
Размер файла 27.81 KB
Количество установок 13
Текущая Версия 1.0.2
Последнее Обновление 2015-02-10
Дата публикации 2015-02-09
Рейтинг 4.00/5 Всего 2 оценок
Разработчик JVillella
Тип оплаты free
Официальный сайт расширения http://jvillella.com
URL страницы помощи http://jvillella.com
Поддерживаемые языки 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
    }
}