Macro-Maker

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

什么是Macro-Maker?

Macro-Maker是由tfdeveloper2035开发的Chrome扩展程序,该扩展的主要功能是“Enables you to store five text macros that you can quickly copy to clipboard.”。

扩展截图

screenshot

下载Macro-Maker扩展crx文件

下载Macro-Maker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Macro-Maker Macro-Maker
ID egddkhpfmgfcopcaagkiknopnkbcdohf
官方URL https://chromewebstore.google.com/detail/macro-maker/egddkhpfmgfcopcaagkiknopnkbcdohf
简介 Enables you to store five text macros that you can quickly copy to clipboard.
文件大小 10.52 KB
安装次数 287
当前版本 1.2
更新时间 2023-10-20
上架时间 2022-08-13
评分 3.00/5 共4次评分
开发者 tfdeveloper2035
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}