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™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nicholas Hayduk/Gus Gonzalez และคุณลักษณะหลักของมันคือ "Create custom keyboard shortcuts to expand and replace text as you type!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Power Text for Google Chrome™
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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": [ " |