Macro-Maker
Enables you to store five text macros that you can quickly copy to clipboard.
Hvad er Macro-Maker?
Macro-Maker er en Chrome-udvidelse udviklet af tfdeveloper2035, og dens hovedfunktion er "Enables you to store five text macros that you can quickly copy to clipboard.".
Udvidelsesskærmbilleder
Download Macro-Maker-udvidelses-CRX-fil
Download Macro-Maker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | egddkhpfmgfcopcaagkiknopnkbcdohf |
| Officiel URL | https://chromewebstore.google.com/detail/macro-maker/egddkhpfmgfcopcaagkiknopnkbcdohf |
| Beskrivelse | Enables you to store five text macros that you can quickly copy to clipboard. |
| Filstørrelse | 10.52 KB |
| Antal Installationer | 287 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2023-10-20 |
| Udgivelsesdato | 2022-08-13 |
| Bedømmelse | 3.00/5 Samlet 4 Bedømmelser |
| Udvikler | tfdeveloper2035 |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |