Smooth Gestures Plus

The Complete Mouse Gestures solution

Smooth Gestures Plusคืออะไร?

Smooth Gestures Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://smoothgesturesplus.com และคุณลักษณะหลักของมันคือ "The Complete Mouse Gestures solution"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smooth Gestures Plus

ดาวน์โหลดไฟล์ส่วนขยาย Smooth Gestures Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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