Macro-Maker

Enables you to store five text macros that you can quickly copy to clipboard.

Wat is Macro-Maker?

Macro-Maker is een Chrome-extensie ontwikkeld door tfdeveloper2035, en de belangrijkste functie is "Enables you to store five text macros that you can quickly copy to clipboard.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Macro-Maker

Download Macro-Maker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Macro-Maker Macro-Maker
ID egddkhpfmgfcopcaagkiknopnkbcdohf
Officiële URL https://chromewebstore.google.com/detail/macro-maker/egddkhpfmgfcopcaagkiknopnkbcdohf
Beschrijving Enables you to store five text macros that you can quickly copy to clipboard.
Bestandsgrootte 10.52 KB
Aantal Installaties 287
Huidige Versie 1.2
Laatst Bijgewerkt 2023-10-20
Publicatiedatum 2022-08-13
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar tfdeveloper2035
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}