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" } } |