Context Currency Converter
This extension allows you to convert currencies from your context menu.
ما هو Context Currency Converter؟
Context Currency Converter هو إضافة Chrome تم تطويرها بواسطة polivka.pavel، والميزة الرئيسية لها هي "This extension allows you to convert currencies from your context menu.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Context Currency Converter
قم بتنزيل ملفات الامتداد Context Currency Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The best currency converter out there.
معلومات أساسية عن التمديد
الاسم | |
ID | jnoakmgpnhbbjmojgbkhiihnelpobmkf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/context-currency-converte/jnoakmgpnhbbjmojgbkhiihnelpobmkf |
الوصف | This extension allows you to convert currencies from your context menu. |
حجم الملف | 177 KB |
عدد التثبيتات | 426 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-09-08 |
تاريخ النشر | 2013-09-08 |
تقييم | 4.08/5 مجموع تقييمات 24 |
المطور | polivka.pavel |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Context Currency Converter", "description": "This extension allows you to convert currencies from your context menu.", "version": "1.0", "background": { "scripts": [ "back.js" ] }, "permissions": [ "tabs", "contextMenus", "clipboardRead", "http:\/\/openexchangerates.org\/" ], "browser_action": { "default_icon": "icon19.png", "default_title": "Currency Converter", "default_popup": "popup.html" }, "author": "[email protected]", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |