Moly HaH
Hit-a-Hint - surf web with a keyboard
Moly HaH란 무엇입니까?
Moly HaH은(는) slaypni에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hit-a-Hint - surf web with a keyboard"입니다.
확장 프로그램 스크린샷
Moly HaH 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension provides Hit-a-Hint mode which enables better web browsing experience with your keyboard. You can "click" any hyperlink on your screen by typing a hint - unique characters assigned to each hyperlink. Hints are shown over each hyperlink while Hit-a-Hint mode is activated. You can enter into Hit-a-Hint mode by pressing a keyboard shortcut which is assigned to "E" by default. This extension is aimed to provide the best experience among all of Hit-a-Hint extensions.
확장 프로그램 기본 정보
이름 | Moly HaH |
ID | pjoacnohgednppackhamgfalpkffeeek |
공식 URL | https://chromewebstore.google.com/detail/moly-hah/pjoacnohgednppackhamgfalpkffeeek |
설명 | Hit-a-Hint - surf web with a keyboard |
파일 크기 | 613 KB |
설치 횟수 | 922 |
현재 버전 | 0.2.15 |
최근 업데이트 | 2021-08-28 |
출시 날짜 | 2019-10-30 |
평점 | 4.93/5 총 15 개의 평점 |
개발자 | slaypni |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/slaypni/MolyHaH |
도움말 페이지 URL | https://twitter.com/slaypni |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.2.15", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "components\/underscore\/underscore-min.js", "scripts\/storage.js", "scripts\/background.js" ], "persistent": false }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/content.css" ], "js": [ "components\/underscore\/underscore-min.js", "scripts\/libs\/hapt.js", "scripts\/content.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |