Swype Fast Navigation Button

Browse faster than ever with a fully configurable quick navigation button placed in your browser window.

Что такое Swype Fast Navigation Button?

Swype Fast Navigation Button - это расширение Chrome, разработанное The Den, и его основная функция - "Browse faster than ever with a fully configurable quick navigation button placed in your browser window.".

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

screenshot

Скачать файл CRX расширения Swype Fast Navigation Button

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

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

                        Swype adds a button onto your browsing window that allows you to access you favorite websites quickly without the need for a keyboard. The Swype button is fully configurable and can be dragged anywhere on your screen to ensure that it is always where you need it. In addition, the settings page (accessed by right-clicking the Swype button) allows you to configure button coloring, fonts, and what each "slice" of the Swype button links to.

Perfect for tablet, laptop, and desktop users alike, the Swype button makes accessing your favorite sites faster and easier than ever.                    

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

Название Swype Fast Navigation Button Swype Fast Navigation Button
ID nfiklkckgpecmiefjnaffhfhojllgaak
Официальный URL https://chrome.google.com/webstore/detail/swype-fast-navigation-but/nfiklkckgpecmiefjnaffhfhojllgaak
Описание Browse faster than ever with a fully configurable quick navigation button placed in your browser window.
Размер файла 135 KB
Количество установок 55
Текущая Версия 1.0.4
Последнее Обновление 2014-05-09
Дата публикации 2014-05-09
Рейтинг 4.00/5 Всего 2 оценок
Разработчик The Den
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swype Fast Navigation Button",
    "short_name": "Swype",
    "author": "Zachary Bears",
    "version": "1.0.4",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "description": "Browse faster than ever with a fully configurable quick navigation button placed in your browser window.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery-1.10.2.js",
                "js\/jquery-ui-1.10.4.custom.min.js",
                "js\/jquery.ui.touch-punch.min.js",
                "js\/buttonInsert.js"
            ]
        }
    ],
    "options_page": "html\/options.html",
    "web_accessible_resources": [
        "http:\/\/*",
        "https:\/\/*",
        "*.js",
        "*.css",
        "*.html",
        "http:\/\/fonts.googleapis.com\/css?family=Lobster",
        "https:\/\/www.paypal.com\/cgi-bin\/webscr",
        "*.eot",
        "*.svg",
        "*.ttf",
        "*.woff"
    ]
}