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

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

확장 프로그램 사용 설명서

                        #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": [
                ""
            ]
        }
    ]
}