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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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": [] } |