Macro-Maker
Enables you to store five text macros that you can quickly copy to clipboard.
Cos'è Macro-Maker?
Macro-Maker è un'estensione di Chrome sviluppata da tfdeveloper2035, e la sua funzione principale è "Enables you to store five text macros that you can quickly copy to clipboard.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Macro-Maker
Scarica i file di estensione Macro-Maker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Macro-Maker |
ID | egddkhpfmgfcopcaagkiknopnkbcdohf |
URL Ufficiale | https://chromewebstore.google.com/detail/macro-maker/egddkhpfmgfcopcaagkiknopnkbcdohf |
Descrizione | Enables you to store five text macros that you can quickly copy to clipboard. |
Dimensione del File | 10.52 KB |
Conteggio Installazioni | 287 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2023-10-20 |
Data di Pubblicazione | 2022-08-13 |
Valutazione | 3.00/5 Totale 4 Valutazioni |
Sviluppatore | tfdeveloper2035 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |