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开发的Chrome扩展程序,该扩展的主要功能是“Browse faster than ever with a fully configurable quick navigation button placed in your browser window.”。

扩展截图

screenshot

下载Swype Fast Navigation Button扩展crx文件

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