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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } ] } |