Power Text for Google Chrome™
Create custom keyboard shortcuts to expand and replace text as you type!
Wat is Power Text for Google Chrome™?
Power Text for Google Chrome™ is een Chrome-extensie ontwikkeld door Nicholas Hayduk/Gus Gonzalez, en de belangrijkste functie is "Create custom keyboard shortcuts to expand and replace text as you type!".
Extensie Screenshots
Download het CRX-bestand van de extensie Power Text for Google Chrome™
Download Power Text for Google Chrome™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Power Text for Google Chrome™ |
ID | abbedfhgcpfnmhonjhdlmndigalhandb |
Officiële URL | https://chromewebstore.google.com/detail/power-text-for-google-chr/abbedfhgcpfnmhonjhdlmndigalhandb |
Beschrijving | Create custom keyboard shortcuts to expand and replace text as you type! |
Bestandsgrootte | 399 KB |
Aantal Installaties | 38,099 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2021-12-12 |
Publicatiedatum | 2020-08-03 |
Beoordeling | 3.64/5 Totaal 42 Beoordelingen |
Ontwikkelaar | Nicholas Hayduk/Gus Gonzalez |
nick@engineeredcode.com | |
Betalingswijze | free |
Extensiewebsite | https://github.com/nhayduk/PowerText/ |
Help Pagina-URL | https://github.com/nhayduk/PowerText/ |
Ondersteunde Talen | 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": [ " |