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 |
官方網址 | 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" } } |