AHK add on
This script is helping to grab elements on the web page for scripting language AHK. plugin reacts on this three keypress…
AHK add on란 무엇입니까?
AHK add on은(는) dhl.appextension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This script is helping to grab elements on the web page for scripting language AHK. plugin reacts on this three keypress…"입니다.
확장 프로그램 스크린샷
AHK add on 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This script is helping to grab elements on the web page for scripting language AHK. plugin reacts on this three keypress scenarios: #AHKs - Press this key combination to select an element on the web page #AHKg - Press this key combination to grab an element value on the web page #AHKi - Press this key combination to insert value into element on the web page #AHKc - Press this key combination to click an element on the web page #AHKe - Press this key combination to execute code on the web page After you press this key combination on the keyboard, the pop up window appears where you can insert the element Selector to identify the element that you want to work with. It is easy to obtain web page selector by rightclicking on the element on the web page and selecting "Inspect" from the drop down menu. Chrome developer windows appear and you see your element highlighted. Right click on this highlighted element in the web page source code and select Copy>>Copy Selector. Now you can insert this selector after pressing #AHKc and press enter. It will click element on the web page for you. In case you want more info or help, contact me: tomasburner.com
확장 프로그램 기본 정보
이름 | AHK add on |
ID | fcmdacglflihillcchdijcnlnbhlpfmo |
공식 URL | https://chromewebstore.google.com/detail/ahk-add-on/fcmdacglflihillcchdijcnlnbhlpfmo |
설명 | This script is helping to grab elements on the web page for scripting language AHK. plugin reacts on this three keypress… |
파일 크기 | 13.26 KB |
설치 횟수 | 676 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-04-22 |
출시 날짜 | 2022-07-27 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | dhl.appextension |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tomasburner.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AHK add on", "version": "1.0.2", "icons": { "128": "Icons\/icon.png" }, "content_scripts": [ { "matches": [ " |