Avocalculator

Replaces money with the equivalent number of avocado toasts.

Apa itu Avocalculator?

Avocalculator adalah ekstensi Chrome yang dikembangkan oleh Matthew Zhang, dan fitur utamanya adalah "Replaces money with the equivalent number of avocado toasts.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Avocalculator

Unduh file ekstensi Avocalculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Replaces money with the equivalent number of avocado toasts, since that's what millennials are all into these days.                    

Informasi Dasar Ekstensi

Nama Avocalculator Avocalculator
ID kmenbojckcdnijlgjmhchdpoplodlekm
URL Resmi https://chromewebstore.google.com/detail/avocalculator/kmenbojckcdnijlgjmhchdpoplodlekm
Deskripsi Replaces money with the equivalent number of avocado toasts.
Ukuran File 21.91 KB
Jumlah Instalasi 10
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-05-26
Tanggal Publikasi 2017-05-26
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Matthew Zhang
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}