Mouse Gestures - Power Mouse X

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

Co to jest Mouse Gestures - Power Mouse X?

Mouse Gestures - Power Mouse X to rozszerzenie Chrome opracowane przez https://powermousex.com, a jego główną funkcją jest „Enhance mouse capabilities using gestures, combos, Quick search, Drag options and Next page predictions.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Mouse Gestures - Power Mouse X

Pobierz pliki rozszerzeń Mouse Gestures - Power Mouse X w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        #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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Mouse Gestures - Power Mouse X Mouse Gestures - Power Mouse X
ID mnmmbiifajmgbpnbknbhnjclafhijgbn
Oficjalny URL https://chromewebstore.google.com/detail/mouse-gestures-power-mous/mnmmbiifajmgbpnbknbhnjclafhijgbn
Opis Enhance mouse capabilities using gestures, combos, Quick search, Drag options and Next page predictions.
Rozmiar pliku 297 KB
Liczba instalacji 1,000
Aktualna Wersja 2.5.23114
Ostatnia Aktualizacja 2024-02-27
Data Publikacji 2021-07-13
Ocena 4.82/5 Łącznie 11 Oceny
Deweloper https://powermousex.com
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://powermousex.com
Adres URL Strony Pomocy https://powermousex.com/en/how%20to.html
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}