Gandalfier

It's all about the Wizard

Gandalfier là gì?

Gandalfier là một tiện ích mở rộng Chrome được phát triển bởi Felipe Souza, và tính năng chính của nó là "It's all about the Wizard".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gandalfier

Tải xuống các tệp mở rộng Gandalfier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Transform any image into Gandalf 🧙‍♂️                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gandalfier Gandalfier
ID hdhfneijhlbenanoopppilnfmagcimbn
URL Chính Thức https://chromewebstore.google.com/detail/gandalfier/hdhfneijhlbenanoopppilnfmagcimbn
Mô tả It's all about the Wizard
Kích Thước Tệp 1.82 MB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2020-11-19
Ngày Phát Hành 2020-11-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Felipe Souza
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}