iPotato

Helps out where people have accidentally written 'iPhone' instead of 'Potato'.

iPotato là gì?

iPotato là một tiện ích mở rộng Chrome được phát triển bởi callummr, và tính năng chính của nó là "Helps out where people have accidentally written 'iPhone' instead of 'Potato'.".

Ả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 iPotato

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

                        Sometimes people are talking about Apple's latest Potato and accidentally write 'iPhone'. This will clear up those mistakes so you never have to see them!                    

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

Tên iPotato iPotato
ID necaodfahjjdigklnfoedncclkkgmclk
URL Chính Thức https://chromewebstore.google.com/detail/ipotato/necaodfahjjdigklnfoedncclkkgmclk
Mô tả Helps out where people have accidentally written 'iPhone' instead of 'Potato'.
Kích Thước Tệp 23.14 KB
Số Lần Cài Đặt 143
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-10-07
Ngày Phát Hành 2015-10-07
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển callummr
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iPotato",
    "version": "1.1",
    "description": "Helps out where people have accidentally written 'iPhone' instead of 'Potato'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "potato16.gif",
        "32": "potato32.gif",
        "48": "potato48.gif",
        "64": "potato64.gif",
        "128": "potato128.gif",
        "256": "potato256.gif"
    }
}