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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}