Avocado Pricing
This extension represents all prices in your browser in terms of no. of avocado toasts
Avocado Pricingとは何ですか?
Avocado Pricingはmoreiartyによって開発されたChromeの拡張機能で、その主な機能は「This extension represents all prices in your browser in terms of no. of avocado toasts」です。
拡張機能のスクリーンショット
Avocado Pricing拡張機能のCRXファイルをダウンロード
Avocado Pricing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" } } |