Swype Fast Navigation Button

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

Qu'est-ce que Swype Fast Navigation Button ?

Swype Fast Navigation Button est une extension Chrome développée par The Den, et sa fonction principale est "Browse faster than ever with a fully configurable quick navigation button placed in your browser window.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Swype Fast Navigation Button

Téléchargez les fichiers d'extension Swype Fast Navigation Button 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

                        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.                    

Informations de Base sur l'Extension

Nom Swype Fast Navigation Button Swype Fast Navigation Button
ID nfiklkckgpecmiefjnaffhfhojllgaak
URL Officiel https://chrome.google.com/webstore/detail/swype-fast-navigation-but/nfiklkckgpecmiefjnaffhfhojllgaak
Description Browse faster than ever with a fully configurable quick navigation button placed in your browser window.
Taille du Fichier 135 KB
Nombre d'Installations 55
Version Actuelle 1.0.4
Dernière Mise à Jour 2014-05-09
Date de Publication 2014-05-09
Évaluation 4.00/5 Total 2 Évaluations
Développeur The Den
Type de Paiement free
Langues Prises en Charge 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"
    ]
}