Power Text for Google Chrome™
Create custom keyboard shortcuts to expand and replace text as you type!
Cos'è Power Text for Google Chrome™?
Power Text for Google Chrome™ è un'estensione di Chrome sviluppata da Nicholas Hayduk/Gus Gonzalez, e la sua funzione principale è "Create custom keyboard shortcuts to expand and replace text as you type!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Power Text for Google Chrome™
Scarica i file di estensione Power Text for Google Chrome™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Power Text for Google Chrome™ |
ID | abbedfhgcpfnmhonjhdlmndigalhandb |
URL Ufficiale | https://chromewebstore.google.com/detail/power-text-for-google-chr/abbedfhgcpfnmhonjhdlmndigalhandb |
Descrizione | Create custom keyboard shortcuts to expand and replace text as you type! |
Dimensione del File | 399 KB |
Conteggio Installazioni | 38,099 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2021-12-12 |
Data di Pubblicazione | 2020-08-03 |
Valutazione | 3.64/5 Totale 42 Valutazioni |
Sviluppatore | Nicholas Hayduk/Gus Gonzalez |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/nhayduk/PowerText/ |
URL della Pagina di Aiuto | https://github.com/nhayduk/PowerText/ |
Lingue Supportate | 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": [ " |