Circle Mouse Gestures (pie menu)
Circle menu with actions on right mouse click
什麼是Circle Mouse Gestures (pie menu)?
Circle Mouse Gestures (pie menu)是由emvaized開發的Chrome擴展程式,該擴展的主要功能是“Circle menu with actions on right mouse click”。
擴展截圖
下載Circle Mouse Gestures (pie menu)擴展crx文件
下載Circle Mouse Gestures (pie menu)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension introduces convenient circle menu (so-called pie menu) to improve interaction with your browser. Just hold down the right mouse button, highlight one of the preset actions and release the button. Circle menu recreates the way mouse gestures were represented in good old Opera 12 browser, and allows to clearly see all available gestures, with no need to remember them all. Circle Mouse Gestures is supposed to provide a better implementation of mouse gestures and drag gestures, while replacing the regular context menu at the same time — but regular context menu is always there whenever you need it. Perfect for fullscreen browsing! Extension features: - Regular actions, such as 'Go back', 'New tab', 'Scroll to top' etc. - Separate gestures for links, images, input fields etc. - Support for rocker gestures and mouse wheel gestures - Supports horizontal wheel gestures - great on mouses with horizontal wheel, such as MX Master - Support for trigger on long left click - Great customization options - add actions levels, set their width and color for each action Additional tools: - Link preview (like in Safari on mac) - Tab switcher (vertical/horizontal/grid), with ability to quickly switch, search and close tabs - Bookmarks viewer (list/grid), with ability to search and open bookmarks - Image viewer, with ability to zoom and rotate given image - Page shrinker, which adds horizontal space to page for easier reading on some websites
擴展基本資訊
名稱 | Circle Mouse Gestures (pie menu) |
ID | kkknhbbfjlibfjagilggkcelmcobgefa |
官方網址 | https://chromewebstore.google.com/detail/circle-mouse-gestures-pie/kkknhbbfjlibfjagilggkcelmcobgefa |
簡介 | Circle menu with actions on right mouse click |
檔案大小 | 150 KB |
安裝次數 | 848 |
目前版本 | 1.4.0 |
更新時間 | 2022-10-10 |
上架時間 | 2021-05-09 |
評分 | 4.64/5 共 28 次評分 |
開發者 | emvaized |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/emvaized/circle-mouse-gestures |
說明頁面URL | https://github.com/emvaized/circle-mouse-gestures |
隱私政策頁面URL | https://github.com/emvaized/selecton-extension/blob/master/PRIVACY.md |
支援的語言 | en,nl,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Circle Mouse Gestures (pie menu)", "version": "1.4.0", "description": "__MSG_extensionDescription__", "default_locale": "en", "icons": { "48": "icons\/icon-monotone-48.png", "96": "icons\/icon-monotone-96.png", "128": "icons\/icon-monotone-128.png" }, "background": { "scripts": [ "src\/functions\/background.js" ], "persistent": false }, "web_accessible_resources": [ "icons\/icon-monotone-48.png" ], "content_scripts": [ { "matches": [ " |