Macro-Maker
Enables you to store five text macros that you can quickly copy to clipboard.
Vad är Macro-Maker?
Macro-Maker är en Chrome-tillägg utvecklad av tfdeveloper2035, och dess huvudfunktion är "Enables you to store five text macros that you can quickly copy to clipboard.".
Tilläggsskärmbilder
Ladda ner Macro-Maker-förlängningens CRX-fil
Ladda ner Macro-Maker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | egddkhpfmgfcopcaagkiknopnkbcdohf |
| Officiell webbadress | https://chromewebstore.google.com/detail/macro-maker/egddkhpfmgfcopcaagkiknopnkbcdohf |
| Beskrivning | Enables you to store five text macros that you can quickly copy to clipboard. |
| Filstorlek | 10.52 KB |
| Antal Installationer | 287 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2023-10-20 |
| Publiceringsdatum | 2022-08-13 |
| Betyg | 3.00/5 Totalt 4 Betyg |
| Utvecklare | tfdeveloper2035 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |