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文件
下载AHK add on扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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": [ " |