Power Text for Google Chrome™
Create custom keyboard shortcuts to expand and replace text as you type!
Power Text for Google Chrome™란 무엇입니까?
Power Text for Google Chrome™은(는) Nicholas Hayduk/Gus Gonzalez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create custom keyboard shortcuts to expand and replace text as you type!"입니다.
확장 프로그램 스크린샷
Power Text for Google Chrome™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Based on the Auto Text Expander by carlinyuen (https://github.com/carlinyuen/ChromeAutoTextExpander), Power Text is a Google Chrome Extension that allows you to define text shortcuts. This version has been expanded to support pulling information from a Power Apps model-driven form.
확장 프로그램 기본 정보
이름 | Power Text for Google Chrome™ |
ID | abbedfhgcpfnmhonjhdlmndigalhandb |
공식 URL | https://chromewebstore.google.com/detail/power-text-for-google-chr/abbedfhgcpfnmhonjhdlmndigalhandb |
설명 | Create custom keyboard shortcuts to expand and replace text as you type! |
파일 크기 | 399 KB |
설치 횟수 | 38,099 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2021-12-12 |
출시 날짜 | 2020-08-03 |
평점 | 3.64/5 총 42 개의 평점 |
개발자 | Nicholas Hayduk/Gus Gonzalez |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/nhayduk/PowerText/ |
도움말 페이지 URL | https://github.com/nhayduk/PowerText/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_EXTENSION_NAME__", "short_name": "__MSG_EXTENSION_SHORTNAME__", "version": "1.2.0", "manifest_version": 2, "description": "__MSG_EXTENSION_DESCRIPTION__", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "offline_enabled": true, "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "storage", "unlimitedStorage", "notifications", "clipboardRead" ], "options_ui": { "page": "options.html", "open_in_tab": true }, "options_page": "options.html", "content_scripts": [ { "matches": [ " |