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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dhl.appextension, και η κύρια λειτουργία του είναι "This script is helping to grab elements on the web page for scripting language AHK. plugin reacts on this three keypress…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AHK add on
Λήψη αρχείων επέκτασης 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": [ " |