TabNation's AHK companion
the one stop shop for ahk in chrome
TabNation's AHK companionとは何ですか?
TabNation's AHK companionはTab Nationによって開発されたChromeの拡張機能で、その主な機能は「the one stop shop for ahk in chrome」です。
拡張機能のスクリーンショット
TabNation's AHK companion拡張機能のCRXファイルをダウンロード
TabNation's AHK companion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | TabNation's AHK companion |
ID | cliadppjkjclnciejedgjejbcahioiei |
公式URL | https://chromewebstore.google.com/detail/tabnations-ahk-companion/cliadppjkjclnciejedgjejbcahioiei |
説明 | the one stop shop for ahk in chrome |
ファイルサイズ | 82.48 KB |
インストール数 | 296 |
現在のバージョン | 1.0.0 |
最終更新日 | 2023-05-03 |
公開日 | 2023-05-03 |
開発者 | Tab Nation |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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": [] } |