TabNation's AHK companion

the one stop shop for ahk in chrome

Cos'è TabNation's AHK companion?

TabNation's AHK companion è un'estensione di Chrome sviluppata da Tab Nation, e la sua funzione principale è "the one stop shop for ahk in chrome".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione TabNation's AHK companion

Scarica i file di estensione TabNation's AHK companion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The TN AutoHotkey Companion extension Lets you search AHK documentation and sites faster. Including AHK tips, In browser IDE, and code snippets!

▬▬▬▬▬▬▬▬▬▬▬▬ Features ▬▬▬▬▬▬▬▬▬▬▬▬
IDE
Common used code snippets
Youtube search
Documentation search
AHK and coding tips
Light mode or dark mode
Saves if using V1 or V2 AHK code
Stand alone mode

▬▬▬▬▬▬▬▬  Browsers  ▬▬▬▬▬▬▬▬
The following browsers have been used and tested with the Ext.
-Chrome
-Edge
-Brave
-Firefox
-Vivaldi
-Chrome on Mac

▬▬▬▬▬▬▬▬  To Come soon ▬▬▬▬▬▬▬▬
- More browser testing
- GUI updates
- Tons more snippets
- More sites master list

visit My site at tabnationcoding.com
and my YouTube at https://www.youtube.com/@TABNationAutomation                    

Informazioni di Base sull'Estensione

Nome TabNation's AHK companion TabNation's AHK companion
ID cliadppjkjclnciejedgjejbcahioiei
URL Ufficiale https://chromewebstore.google.com/detail/tabnations-ahk-companion/cliadppjkjclnciejedgjejbcahioiei
Descrizione the one stop shop for ahk in chrome
Dimensione del File 82.48 KB
Conteggio Installazioni 296
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-05-03
Data di Pubblicazione 2023-05-03
Sviluppatore Tab Nation
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TabNation's AHK companion",
    "description": "the one stop shop for ahk in chrome",
    "homepage_url": "https:\/\/tabnationcoding.com\/",
    "version": "1.0.0",
    "icons": {
        "16": "homeicon.png",
        "32": "main logo.png"
    },
    "action": {
        "default_title": "TabNation's AHK companion",
        "default_popup": "index.html",
        "default_icon": "main logo.png"
    },
    "permissions": []
}