Macro-Maker
Enables you to store five text macros that you can quickly copy to clipboard.
Macro-Maker là gì?
Macro-Maker là một tiện ích mở rộng Chrome được phát triển bởi tfdeveloper2035, và tính năng chính của nó là "Enables you to store five text macros that you can quickly copy to clipboard.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Macro-Maker
Tải xuống các tệp mở rộng Macro-Maker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Macro-Maker |
ID | egddkhpfmgfcopcaagkiknopnkbcdohf |
URL Chính Thức | https://chromewebstore.google.com/detail/macro-maker/egddkhpfmgfcopcaagkiknopnkbcdohf |
Mô tả | Enables you to store five text macros that you can quickly copy to clipboard. |
Kích Thước Tệp | 10.52 KB |
Số Lần Cài Đặt | 287 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2023-10-20 |
Ngày Phát Hành | 2022-08-13 |
Đánh Giá | 3.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | tfdeveloper2035 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |