Mouse Gestures - Power Mouse X

Enhance mouse capabilities using gestures, combos, Quick search, Drag options and Next page predictions.

什么是Mouse Gestures - Power Mouse X?

Mouse Gestures - Power Mouse X是由https://powermousex.com开发的Chrome扩展程序,该扩展的主要功能是“Enhance mouse capabilities using gestures, combos, Quick search, Drag options and Next page predictions.”。

扩展截图

screenshot
screenshot
screenshot

下载Mouse Gestures - Power Mouse X扩展crx文件

下载Mouse Gestures - Power Mouse X扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        #Customizable Mouse gestures, with over 40 actions to choose from including:
Go to predefine site                Go to the top or bottom of the page
Go to the previous page         Paste a predefined text
Go super back (X7)                 Refresh page
Go to the next page                Mute \ Unmute tab
Open new tab                          Minimize window
Close tab                                 Duplicate tab
And many more...

We use the more efficient, single motion, gesture mechanism.
To use mouse gestures just hold the mouse right button and drag the mouse to one of the eight directions.

#Combo buttons allow you to quickly:
Open new tab - left mouse click while holding the right button
Close tab - double click the right or middle mouse button
Go to the top / bottom of the page - press and scroll the mouse wheel
Zoom in / out - press and scroll the mouse wheel (require setting change)
Scroll the tabs - scroll the mouse wheel while holding the right mouse button

#Quick tab and web search:
Press space bar while holding the right mouse button to open the search bar.  Type the site name or search query just as you would on the URL bar. Press enter when the suggestion matches your search.
Get an even quicker search by typing while holding the right mouse button (without pressing the space bar before), now when you have a match just release the right button and it will go to the site \ search the query - No need to press enter.
Type + before the search in order to open the site in a new tab or Shift + Tab to search and navigate to a tab.

#Drag options:
Drag a link, selected text or an image to open the "drag options" menu.
You can use this menu to open links and images in a new tab, search the web for the selected text and more.

#Predictions
Are you one of the people that have a "next page" button on their mouse?  Power Mouse X will try to predict your next page even if you haven't visited it. use your special button to go to the next video on your YouTube playlist or the next search result page.

#Configure side buttons
Give your side buttons new functionalities.

#Q&A

Q: Why doesn't the extension work on the starting page?
A: Browsers do not allow extensions to work on non-URL pages such as startup page, setting page, PDF viewer etc., same goes to the Chrome Web Store. 

Q: Do you collect user data?
A: NO!

Q: Can I adjust the length of the mouse gestures?
A: You can and you probably should! go to settings to do that.

Q: Where can I learn how to use the extension?
A: Visit "https://PowerMouseX.com/en/how to" for a complete user guide.                    

扩展基本信息

名称 Mouse Gestures - Power Mouse X Mouse Gestures - Power Mouse X
ID mnmmbiifajmgbpnbknbhnjclafhijgbn
官方URL https://chromewebstore.google.com/detail/mouse-gestures-power-mous/mnmmbiifajmgbpnbknbhnjclafhijgbn
简介 Enhance mouse capabilities using gestures, combos, Quick search, Drag options and Next page predictions.
文件大小 297 KB
安装次数 1,000
当前版本 2.5.23114
更新时间 2024-02-27
上架时间 2021-07-13
评分 4.82/5 共11次评分
开发者 https://powermousex.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://powermousex.com
帮助页面URL https://powermousex.com/en/how%20to.html
支持的语言 id,de,en,fr,vi,tr,es,it,pl,pt-BR,ro,fi,cs,el,ru,iw,hi,bn,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "2.5.23114",
    "description": "__MSG_appDesc__",
    "options_page": "settings.html",
    "default_locale": "en",
    "icons": {
        "128": "icon128E.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "foreground.css"
            ],
            "js": [
                "foreground.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "Power Mouse X - Enhance mouse capabilities"
    },
    "permissions": [
        "storage",
        "scripting",
        "tabs",
        "management",
        "topSites",
        "history",
        "sessions",
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "disable.svg",
                "go2Site.svg",
                "goBack.svg",
                "goSuperBack.svg",
                "goForward.svg",
                "refresh.svg",
                "go2Main.svg",
                "newTab.svg",
                "inNewTab.svg",
                "closeTab.svg",
                "mute.svg",
                "unmute.svg",
                "goUp.svg",
                "goDown.svg",
                "lock.svg",
                "restore.svg",
                "search.svg",
                "duplicateTab.svg",
                "closeOtherTabs.svg",
                "closeRightTabs.svg",
                "closeLeftTabs.svg",
                "printPage.svg",
                "refreshWithoutCache.svg",
                "previousViewedTab.svg",
                "openInNewTab.svg",
                "openInNewBackgroundTab.svg",
                "copy",
                "public.svg",
                "private.svg",
                "inNewWindow.svg",
                "searchItem.svg",
                "highlight.svg",
                "wikiIt.svg",
                "translate.svg",
                "switch2Layout1.svg",
                "switch2Layout2.svg",
                "pasteText.svg",
                "minimize.svg",
                "maximize.svg",
                "unmaximize.svg",
                "fullScreen.svg",
                "unfullScreen.svg",
                "muteUnmute.svg",
                "maximizeUnmaximize.svg",
                "fullScreenUnfullScreen.svg",
                "click.wav",
                "moveTabToStart.svg",
                "moveTabToEnd.svg",
                "go2FirstTab.svg",
                "go2LastTab.svg",
                "newWindow.svg",
                "newPrivateWindow.svg",
                "makePublic.svg",
                "makePrivate.svg",
                "copy.svg",
                "success.svg",
                "failed.svg",
                "copyURL.svg",
                "go2NextTab.svg",
                "go2PreviousTab.svg",
                "lockFeature.svg",
                "closeSiteTabs.svg",
                "pinTab.svg",
                "unpinTab.svg",
                "setWindowParameters.svg",
                "zoomIn.svg",
                "zoomOut.svg",
                "leftRightArrow.svg",
                "frameScripts\/frameground.js",
                "frameScripts\/f0.js",
                "frameScripts\/f1.js",
                "frameScripts\/f2.js",
                "frameScripts\/f3.js",
                "frameScripts\/f4.js",
                "frameScripts\/f5.js",
                "frameScripts\/f6.js",
                "frameScripts\/f7.js",
                "frameScripts\/f8.js",
                "frameScripts\/f9.js",
                "num1.svg",
                "num2.svg",
                "num3.svg",
                "num4.svg",
                "num5.svg",
                "num6.svg",
                "num7.svg",
                "num8.svg",
                "num9.svg",
                "num10.svg",
                "color0.svg",
                "color1.svg",
                "color2.svg",
                "color3.svg",
                "color4.svg",
                "color5.svg",
                "color6.svg",
                "color7.svg",
                "color8.svg",
                "color9.svg",
                "download.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}