Macro-Maker
Enables you to store five text macros that you can quickly copy to clipboard.
Что такое Macro-Maker?
Macro-Maker - это расширение Chrome, разработанное tfdeveloper2035, и его основная функция - "Enables you to store five text macros that you can quickly copy to clipboard.".
Снимки экрана расширения
Скачать файл CRX расширения Macro-Maker
Скачайте файлы расширений Macro-Maker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Increase productivity by automating text-based tasks.
This extension allows you to store 5 different text-based macros (such as email messages, instant messages, code snippets) that you can - with one button - copy to your clipboard so that you can paste the text into whatever application you need to. Основная информация о расширении
| Название | |
| ID | egddkhpfmgfcopcaagkiknopnkbcdohf |
| Официальный URL | https://chromewebstore.google.com/detail/macro-maker/egddkhpfmgfcopcaagkiknopnkbcdohf |
| Описание | Enables you to store five text macros that you can quickly copy to clipboard. |
| Размер файла | 10.52 KB |
| Количество установок | 287 |
| Текущая Версия | 1.2 |
| Последнее Обновление | 2023-10-20 |
| Дата публикации | 2022-08-13 |
| Рейтинг | 3.00/5 Всего 4 оценок |
| Разработчик | tfdeveloper2035 |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Macro-Maker",
"description": "Enables you to store five text macros that you can quickly copy to clipboard.",
"version": "1.2",
"manifest_version": 3,
"icons": {
"16": "icons\/macro_maker16.png",
"32": "icons\/macro_maker32.png",
"48": "icons\/macro_maker48.png",
"128": "icons\/macro_maker128.png"
},
"action": {
"default_icon": "images\/macro_maker_icon.png",
"default_title": "Make emails easier!",
"default_popup": "popup.html"
}
} | |