Advanced Inputs
Customize and expand your mouse and touchscreen inputs.
Advanced Inputs란 무엇입니까?
Advanced Inputs은(는) Tomáš Jarolím에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize and expand your mouse and touchscreen inputs."입니다.
확장 프로그램 스크린샷
Advanced Inputs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
/ mouse Browse the history with double-click. Scroll to the top by click both buttons at the same time. Stop mouse cursor on a text field for focus it. Shake mouse over a text field for erase it. / touch Browse the history with shortcuts. Lock the browser with triple-click. Set your own unlock shortcut. Boost your scrolling speed. Erase a text field by swipe over it. Open link in new tab by swipe over it. ==================================== https://addons.mozilla.org/en-US/firefox/addon/advanced-inputs/
확장 프로그램 기본 정보
이름 | Advanced Inputs |
ID | kecoefjmldppdcdlmpbmebkecdjkoanc |
공식 URL | https://chromewebstore.google.com/detail/advanced-inputs/kecoefjmldppdcdlmpbmebkecdjkoanc |
설명 | Customize and expand your mouse and touchscreen inputs. |
파일 크기 | 17.58 KB |
설치 횟수 | 18 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-01-13 |
출시 날짜 | 2018-01-12 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | Tomáš Jarolím |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/mXdevs/Advanced-Inputs |
지원되는 언어 | de,en,fr,es,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Advanced Inputs", "version": "1.0", "default_locale": "en", "description": "__MSG_extExp__", "icons": { "128": "icon128.png" }, "author": "Tom\u00e1\u0161 Jarol\u00edm", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "storage", "tabs", "sessions", "bookmarks" ], "options_page": "html\/options.html", "options_ui": { "chrome_style": true, "page": "html\/options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end", "js": [ "etc\/vars.js", "js\/PlS.js", "js\/content.js" ], "css": [ "css\/content.css" ] } ], "web_accessible_resources": [ "icon128.png" ] } |