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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}