Cyber to Wizard

Replaces the text 'cyber' with 'wizard'.

Cyber to Wizard là gì?

Cyber to Wizard là một tiện ích mở rộng Chrome được phát triển bởi Will Oberndorfer, và tính năng chính của nó là "Replaces the text 'cyber' with '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 Cyber to Wizard

Tải xuống các tệp mở rộng Cyber to Wizard 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

                        Replaces 'cyber' with 'wizard'. They're the same thing, right?                    

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

Tên Cyber to Wizard Cyber to Wizard
ID ijefilfadoeifnioiaajdiioacmdebel
URL Chính Thức https://chromewebstore.google.com/detail/cyber-to-wizard/ijefilfadoeifnioiaajdiioacmdebel
Mô tả Replaces the text 'cyber' with 'wizard'.
Kích Thước Tệp 3.36 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-05-26
Ngày Phát Hành 2015-05-25
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Will Oberndorfer
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mancxvi/cyber-to-wizard
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cyber to Wizard",
    "version": "1.0",
    "description": "Replaces the text 'cyber' with 'wizard'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}