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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Macro-Maker
قم بتنزيل ملفات الامتداد Macro-Maker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } } |