Power Text for Google Chrome™

Create custom keyboard shortcuts to expand and replace text as you type!

Qu'est-ce que Power Text for Google Chrome™ ?

Power Text for Google Chrome™ est une extension Chrome développée par Nicholas Hayduk/Gus Gonzalez, et sa fonction principale est "Create custom keyboard shortcuts to expand and replace text as you type!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Power Text for Google Chrome™

Téléchargez les fichiers d'extension Power Text for Google Chrome™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Power Text for Google Chrome™ Power Text for Google Chrome™
ID abbedfhgcpfnmhonjhdlmndigalhandb
URL Officiel https://chromewebstore.google.com/detail/power-text-for-google-chr/abbedfhgcpfnmhonjhdlmndigalhandb
Description Create custom keyboard shortcuts to expand and replace text as you type!
Taille du Fichier 399 KB
Nombre d'Installations 38,099
Version Actuelle 1.2.0
Dernière Mise à Jour 2021-12-12
Date de Publication 2020-08-03
Évaluation 3.64/5 Total 42 Évaluations
Développeur Nicholas Hayduk/Gus Gonzalez
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/nhayduk/PowerText/
URL de la Page d'Aide https://github.com/nhayduk/PowerText/
Langues Prises en Charge 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": [
                ""
            ],
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "vendor\/scripts\/jquery-2.1.1-simplified.min.js",
                "vendor\/scripts\/moment-with-locales.min.js",
                "scripts\/constants.js",
                "scripts\/ate.js"
            ],
            "run_at": "document_start"
        }
    ],
    "omnibox": {
        "keyword": "__MSG_KEYWORD_OMNIBAR_TRIGGER__"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_BROWSER_ACTION_TITLE__"
    }
}