PriceFixer
A browser plugin that just rounds all online retail prices up to the nearest unit to make shopping easier.
Qu'est-ce que PriceFixer ?
PriceFixer est une extension Chrome développée par Yu Chen Hou, et sa fonction principale est "A browser plugin that just rounds all online retail prices up to the nearest unit to make shopping easier. ".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PriceFixer
Téléchargez les fichiers d'extension PriceFixer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ffcpiehollaeiojefjbjheokkjcjlcpe |
URL Officiel | https://chrome.google.com/webstore/detail/pricefixer/ffcpiehollaeiojefjbjheokkjcjlcpe |
Description | A browser plugin that just rounds all online retail prices up to the nearest unit to make shopping easier. |
Taille du Fichier | 167 KB |
Nombre d'Installations | 45 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2015-11-04 |
Date de Publication | 2015-11-04 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Yu Chen Hou |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |