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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}