WebExtension.net
WebExtension.net

Chrome Mouse Gesture

View on Chrome Web Store
View Chrome Mouse Gesture Chrome Extension on Chrome Web Store
2.8 (51 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Use mouse gesture in chrome browser.
Type
Extension
Users
1,000 users
333
Qdongyu
View author page of Qdongyu
Published
Published on November 3, 2010
Version 2.0.1.1
Manifest version
2
Updated
Updated on July 13, 2013
View on Chrome Web Store
View Chrome Mouse Gesture Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "background": {
        "page": "background_page.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/gestures.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "Use mouse gesture in chrome browser.",
    "icons": {
        "16": "img\/logo_16.png",
        "32": "img\/logo_32.png",
        "64": "img\/logo_64.png",
        "128": "img\/logo_128.png"
    },
    "name": "Chrome Mouse Gesture",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "18",
    "web_accessible_resources": [
        "img\/down.png",
        "img\/left.png",
        "img\/right.png",
        "img\/top.png",
        "img\/topbg.gif",
        "img\/up.png",
        "img\/logo_128.png",
        "img\/logo_64.png",
        "img\/logo_32.png",
        "img\/logo_16.png",
        "img\/logo_en.gif",
        "img\/logo_zh_cn.gif"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top