Length Converter
This extension will convert lengths (metric and imperial).
ما هو Length Converter؟
Length Converter هو إضافة Chrome تم تطويرها بواسطة auburnpeachfuzz، والميزة الرئيسية لها هي "This extension will convert lengths (metric and imperial).".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Length Converter
قم بتنزيل ملفات الامتداد Length Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension converts units of length (includes both the metric and imperial systems). Icon made by Freepik from www.flaticon.com
معلومات أساسية عن التمديد
الاسم | |
ID | gnmcakofhhbmljpocbklhdboifijfdmk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/length-converter/gnmcakofhhbmljpocbklhdboifijfdmk |
الوصف | This extension will convert lengths (metric and imperial). |
حجم الملف | 7.46 KB |
عدد التثبيتات | 102 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-05-31 |
تاريخ النشر | 2018-05-31 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | auburnpeachfuzz |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Length Converter", "version": "1.0", "description": "This extension will convert lengths (metric and imperial).", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |