PriceFixer
A browser plugin that just rounds all online retail prices up to the nearest unit to make shopping easier.
ما هو PriceFixer؟
PriceFixer هو إضافة Chrome تم تطويرها بواسطة Yu Chen Hou، والميزة الرئيسية لها هي "A browser plugin that just rounds all online retail prices up to the nearest unit to make shopping easier. ".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PriceFixer
قم بتنزيل ملفات الامتداد PriceFixer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A browser plugin that just rounds all online retail prices up to the nearest unit to make shopping easier. For example: 9.99$ is now 10$ 9.49€ is now 9.50€ Supports: Dollar, Euro, Pound, and Yen
معلومات أساسية عن التمديد
الاسم | |
ID | ffcpiehollaeiojefjbjheokkjcjlcpe |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pricefixer/ffcpiehollaeiojefjbjheokkjcjlcpe |
الوصف | A browser plugin that just rounds all online retail prices up to the nearest unit to make shopping easier. |
حجم الملف | 167 KB |
عدد التثبيتات | 45 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2015-11-04 |
تاريخ النشر | 2015-11-04 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Yu Chen Hou |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PriceFixer", "version": "0.1.1", "manifest_version": 2, "description": "A browser plugin that just rounds all online retail prices up to the nearest unit to make shopping easier. ", "homepage_url": "https:\/\/github.com\/icechen1\/pricefixer", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "options_page": "src\/options_custom\/index.html", "minimum_chrome_version": "42", "page_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "storage", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "src\/options_custom\/lib\/store.js", "src\/inject\/inject.js" ] } ] } |