Smooth Gestures Plus

The Complete Mouse Gestures solution

Smooth Gestures Plus란 무엇입니까?

Smooth Gestures Plus은(는) http://smoothgesturesplus.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Complete Mouse Gestures solution"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Smooth Gestures Plus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ★ About

This Mouse Gestures extension allows you to move the mouse while holding the right mouse button to trigger actions, such as page navigation or tab management.

• Privacy conscious: http://smoothgesturesplus.com/privacy
• Powerful customization of gestures (and custom actions!)
• Diagonal gestures
• Automatic syncing of settings

click-and-drag (mouse gesture), click-and-scroll (scroll gesture), click-and-click (rocker gesture), and keyboard shortcuts!

★ Permissions

Smooth Gestures Plus needs to have access to "Read and modify all of the data on the websites you visit" in order to listen for gestures on as many pages possible. Certain actions require additional permissions, but those permissions are only requested if you choose to use them. We value your privacy.

Does not work on this extension website, or other built-in chrome pages due to security restrictions for extensions. But it does work on almost all http:// and https:// pages.                    

확장 프로그램 기본 정보

이름 Smooth Gestures Plus Smooth Gestures Plus
ID kdcjmllhmhnnadianfhhnoefgcdbpdap
공식 URL https://chrome.google.com/webstore/detail/smooth-gestures-plus/kdcjmllhmhnnadianfhhnoefgcdbpdap
설명 The Complete Mouse Gestures solution
파일 크기 1.21 MB
설치 횟수 12,462
현재 버전 2.9
최근 업데이트 2022-12-29
출시 날짜 2020-04-20
평점 2.40/5 총 652 개의 평점
개발자 http://smoothgesturesplus.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 http://smoothgesturesplus.com
도움말 페이지 URL http://smoothgesturesplus.com/#faq
개인정보 보호 정책 페이지 URL http://smoothgesturesplus.com/privacy
지원되는 언어 id,de,en,en-GB,fr,nl,no,vi,tr,ca,da,et,es,hr,it,hu,pl,pt-BR,ro,sk,sl,sv,cs,el,bg,ru,uk,th,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smooth Gestures Plus",
    "short_name": "Smooth Gestures Plus",
    "version": "2.9",
    "description": "__MSG_description__",
    "minimum_chrome_version": "20",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/sjcl.js",
            "js\/bg.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/gestures.js"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/gestures.js",
                "js\/jquery.min.js"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "page_action": {
        "default_icon": "img\/pageaction.png",
        "default_popup": "popup.html"
    },
    "optional_permissions": [
        "nativeMessaging",
        "bookmarks"
    ],
    "permissions": [
        "tabs",
        "storage",
        ""
    ]
}