Automatic imperial to metric convertion BETA
Automatically convert imperial units to metric units on all websites
ما هو Automatic imperial to metric convertion BETA؟
Automatic imperial to metric convertion BETA هو إضافة Chrome تم تطويرها بواسطة esprimo، والميزة الرئيسية لها هي "Automatically convert imperial units to metric units on all websites".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Automatic imperial to metric convertion BETA
قم بتنزيل ملفات الامتداد Automatic imperial to metric convertion BETA بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically convert imperial units to metric units on all websites. Example of how a conversion would look: "It's 12 miles to the library" would be converted to: "It's 12 miles (19.31km) to the library" No tracking. Plugin in beta, code at: https://github.com/esprimo/imperial-to-metric-chrome-extension
معلومات أساسية عن التمديد
الاسم | Automatic imperial to metric convertion BETA |
ID | ggidgjeiboeedjjabheimgdkolnpaoik |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/automatic-imperial-to-met/ggidgjeiboeedjjabheimgdkolnpaoik |
الوصف | Automatically convert imperial units to metric units on all websites |
حجم الملف | 11.41 KB |
عدد التثبيتات | 393 |
النسخة الحالية | 0.2.1 |
آخر تحديث | 2015-12-29 |
تاريخ النشر | 2015-12-29 |
تقييم | 2.94/5 مجموع تقييمات 18 |
المطور | esprimo |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Automatic imperial to metric convertion BETA", "version": "0.2.1", "description": "Automatically convert imperial units to metric units on all websites", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |