Avocado Pricing
This extension represents all prices in your browser in terms of no. of avocado toasts
Vad är Avocado Pricing?
Avocado Pricing är en Chrome-tillägg utvecklad av moreiarty, och dess huvudfunktion är "This extension represents all prices in your browser in terms of no. of avocado toasts".
Tilläggsskärmbilder
Ladda ner Avocado Pricing-förlängningens CRX-fil
Ladda ner Avocado Pricing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Avocado Pricing |
ID | akhgajknpdiooplncfkmohfkojehhahi |
Officiell webbadress | https://chromewebstore.google.com/detail/avocado-pricing/akhgajknpdiooplncfkmohfkojehhahi |
Beskrivning | This extension represents all prices in your browser in terms of no. of avocado toasts |
Filstorlek | 41.68 KB |
Antal Installationer | 164 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-06-12 |
Publiceringsdatum | 2017-06-11 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | moreiarty |
Betalningssätt | free |
Stödda Språk | 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" } } |