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
官方網址 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"
    }
}