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文件
下載Power Text for Google Chrome™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | abbedfhgcpfnmhonjhdlmndigalhandb |
| 官方網址 | 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": [
" | |