Macro-Maker
Enables you to store five text macros that you can quickly copy to clipboard.
Was ist Macro-Maker?
Macro-Maker ist eine Chrome-Erweiterung, die von tfdeveloper2035 entwickelt wurde, und ihr Hauptmerkmal ist "Enables you to store five text macros that you can quickly copy to clipboard.".
Erweiterungsscreenshots
Macro-Maker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Macro-Maker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | egddkhpfmgfcopcaagkiknopnkbcdohf |
| Offizielle URL | https://chromewebstore.google.com/detail/macro-maker/egddkhpfmgfcopcaagkiknopnkbcdohf |
| Beschreibung | Enables you to store five text macros that you can quickly copy to clipboard. |
| Dateigröße | 10.52 KB |
| Installationsanzahl | 287 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2023-10-20 |
| Veröffentlichungsdatum | 2022-08-13 |
| Bewertung | 3.00/5 Insgesamt 4 Bewertungen |
| Entwickler | tfdeveloper2035 |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |