Avocalculator

Replaces money with the equivalent number of avocado toasts.

ما هو Avocalculator؟

Avocalculator هو إضافة Chrome تم تطويرها بواسطة Matthew Zhang، والميزة الرئيسية لها هي "Replaces money with the equivalent number of avocado toasts.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Avocalculator

قم بتنزيل ملفات الامتداد Avocalculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Avocalculator Avocalculator
ID kmenbojckcdnijlgjmhchdpoplodlekm
عنوان URL الرسمي https://chromewebstore.google.com/detail/avocalculator/kmenbojckcdnijlgjmhchdpoplodlekm
الوصف Replaces money with the equivalent number of avocado toasts.
حجم الملف 21.91 KB
عدد التثبيتات 10
النسخة الحالية 1.0
آخر تحديث 2017-05-26
تاريخ النشر 2017-05-26
تقييم 5.00/5 مجموع تقييمات 3
المطور Matthew Zhang
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
        }
    ]
}