Percentage Calculator
Percent off calculator
ما هو Percentage Calculator؟
Percentage Calculator هو إضافة Chrome تم تطويرها بواسطة https://percent-of.com، والميزة الرئيسية لها هي "Percent off calculator".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Percentage Calculator
قم بتنزيل ملفات الامتداد Percentage Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Calculate percentage of X, quick & simple. With this simple-to-use widget you can calculate percentages in no-time.
معلومات أساسية عن التمديد
الاسم | Percentage Calculator |
ID | oljlnajhfdpmegfdfpoagljapbphlmlb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/percentage-calculator/oljlnajhfdpmegfdfpoagljapbphlmlb |
الوصف | Percent off calculator |
حجم الملف | 149 KB |
عدد التثبيتات | 86 |
النسخة الحالية | 1 |
آخر تحديث | 2018-06-18 |
تاريخ النشر | 2018-06-18 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | https://percent-of.com |
نوع الدفع | free |
موقع الإضافة | https://percent-of.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Percentage Calculator", "description": "Percent off calculator", "version": "1", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "js\/jquery-3.3.1.min.js", "js\/background.js" ], "persistent": true }, "icons": { "16": "images\/icon.png" } } |