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 |
官方網址 | 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": [ " |