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 The Den द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse faster than ever with a fully configurable quick navigation button placed in your browser window."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Swype Fast Navigation Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}