Quick Tools
Quick Tools are a set of useful tools such as calculators and converters to make things easier.
ما هو Quick Tools؟
Quick Tools هو إضافة Chrome تم تطويرها بواسطة 1337hashedbrowns، والميزة الرئيسية لها هي "Quick Tools are a set of useful tools such as calculators and converters to make things easier.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quick Tools
قم بتنزيل ملفات الامتداد Quick Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Quick Tools is an extension that includes simple tools with easy access. It includes a calculator, a text replacer/formatter and a notepad with more to come! It also saves all of the text and options! Currently in beta, so please do report bugs!
معلومات أساسية عن التمديد
الاسم | Quick Tools |
ID | kelhbmhhdglbippaedleoijldkolkhdp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/quick-tools/kelhbmhhdglbippaedleoijldkolkhdp |
الوصف | Quick Tools are a set of useful tools such as calculators and converters to make things easier. |
حجم الملف | 20.06 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2021-05-21 |
تاريخ النشر | 2021-05-19 |
المطور | 1337hashedbrowns |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Tools", "version": "1.0.2", "description": "Quick Tools are a set of useful tools such as calculators and converters to make things easier.", "author": "TheSavageTeddy", "permissions": [ "storage", "unlimitedStorage" ], "browser_action": { "default_popup": "html\/menu.html", "default_title": "Quick Tools" }, "icons": { "128": "app\/quick-tools-icon-128.png" }, "offline_enabled": true, "manifest_version": 2 } |