Macro-Maker
Enables you to store five text macros that you can quickly copy to clipboard.
What is Macro-Maker?
Macro-Maker is a Chrome extension developed by tfdeveloper2035, and its main feature is "Enables you to store five text macros that you can quickly copy to clipboard.".
Extension Screenshots
Download Macro-Maker Extension CRX File
Download Macro-Maker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Macro-Maker |
ID | egddkhpfmgfcopcaagkiknopnkbcdohf |
Official URL | https://chromewebstore.google.com/detail/macro-maker/egddkhpfmgfcopcaagkiknopnkbcdohf |
Description | Enables you to store five text macros that you can quickly copy to clipboard. |
File Size | 10.52 KB |
Installation Count | 287 |
Current Version | 1.2 |
Last Updated | 2023-10-20 |
Publish Date | 2022-08-13 |
Rating | 3.00/5 Total 4 Ratings |
Developer | tfdeveloper2035 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |