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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create custom keyboard shortcuts to expand and replace text as you type!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Power Text for Google Chrome™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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™ 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": [
                ""
            ],
            "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__"
    }
}