Gandalfier

It's all about the Wizard

Gandalfierคืออะไร?

Gandalfier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Felipe Souza และคุณลักษณะหลักของมันคือ "It's all about the Wizard"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gandalfier

ดาวน์โหลดไฟล์ส่วนขยาย Gandalfier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Transform any image into Gandalf 🧙‍♂️                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gandalfier Gandalfier
ID hdhfneijhlbenanoopppilnfmagcimbn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gandalfier/hdhfneijhlbenanoopppilnfmagcimbn
คำอธิบาย It's all about the Wizard
ขนาดไฟล์ 1.82 MB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2020-11-19
วันที่เผยแพร่ 2020-11-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Felipe Souza
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gandalfier",
    "version": "0.0.2",
    "description": "It's all about the Wizard",
    "author": "Felipe Souza",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/scripts\/gandalfier.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "music.mp3"
    ],
    "browser_action": {
        "default_title": "Gandalfier",
        "default_icon": "src\/icon.png"
    }
}