Avocalculator
Replaces money with the equivalent number of avocado toasts.
Hvad er Avocalculator?
Avocalculator er en Chrome-udvidelse udviklet af Matthew Zhang, og dens hovedfunktion er "Replaces money with the equivalent number of avocado toasts.".
Udvidelsesskærmbilleder
Download Avocalculator-udvidelses-CRX-fil
Download Avocalculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Replaces money with the equivalent number of avocado toasts, since that's what millennials are all into these days. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kmenbojckcdnijlgjmhchdpoplodlekm |
| Officiel URL | https://chromewebstore.google.com/detail/avocalculator/kmenbojckcdnijlgjmhchdpoplodlekm |
| Beskrivelse | Replaces money with the equivalent number of avocado toasts. |
| Filstørrelse | 21.91 KB |
| Antal Installationer | 10 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2017-05-26 |
| Udgivelsesdato | 2017-05-26 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | Matthew Zhang |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Avocalculator",
"version": "1.0",
"description": "Replaces money with the equivalent number of avocado toasts.",
"options_page": "options.html",
"permissions": [
"storage"
],
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |