Macro-Maker

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

Macro-Makerคืออะไร?

Macro-Maker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tfdeveloper2035 และคุณลักษณะหลักของมันคือ "Enables you to store five text macros that you can quickly copy to clipboard."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Macro-Maker

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}