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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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": [ " |