PriceFixer
A browser plugin that just rounds all online retail prices up to the nearest unit to make shopping easier.
PriceFixerとは何ですか?
PriceFixerはYu Chen Houによって開発されたChromeの拡張機能で、その主な機能は「A browser plugin that just rounds all online retail prices up to the nearest unit to make shopping easier. 」です。
拡張機能のスクリーンショット
PriceFixer拡張機能のCRXファイルをダウンロード
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" ] } ] } |