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": [ " |