Avocado Pricing
This extension represents all prices in your browser in terms of no. of avocado toasts
ما هو Avocado Pricing؟
Avocado Pricing هو إضافة Chrome تم تطويرها بواسطة moreiarty، والميزة الرئيسية لها هي "This extension represents all prices in your browser in terms of no. of avocado toasts".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Avocado Pricing
قم بتنزيل ملفات الامتداد Avocado Pricing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
All prices you see in your browser will be in terms of number of avocado toasts to remind you how easy it is to save up for a house in Sydney.
معلومات أساسية عن التمديد
الاسم | Avocado Pricing |
ID | akhgajknpdiooplncfkmohfkojehhahi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/avocado-pricing/akhgajknpdiooplncfkmohfkojehhahi |
الوصف | This extension represents all prices in your browser in terms of no. of avocado toasts |
حجم الملف | 41.68 KB |
عدد التثبيتات | 164 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-06-12 |
تاريخ النشر | 2017-06-11 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | moreiarty |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Avocado Pricing", "short_name": "avo-pricing", "description": "This extension represents all prices in your browser in terms of no. of avocado toasts", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "popup.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" } } |