Everything to Pokémon

Replaces every word with a Pokémon

Everything to Pokémon là gì?

Everything to Pokémon là một tiện ích mở rộng Chrome được phát triển bởi lukey_q, và tính năng chính của nó là "Replaces every word with a Pokémon".

Ả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 Everything to Pokémon

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

                        Changes every word to the name of a Pokémon.                    

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

Tên Everything to Pokémon Everything to Pokémon
ID badgmddlemdcnjffifhmamanjibggghe
URL Chính Thức https://chromewebstore.google.com/detail/everything-to-pok%C3%A9mon/badgmddlemdcnjffifhmamanjibggghe
Mô tả Replaces every word with a Pokémon
Kích Thước Tệp 67.91 KB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-12-18
Ngày Phát Hành 2014-12-17
Đánh Giá 3.85/5 Tổng số 13 Đánh Giá
Nhà Phát Triển lukey_q
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lilkraftwerk/everything-to-pokemon
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Everything to Pok\u00e9mon",
    "version": "0.1",
    "description": "Replaces every word with a Pok\u00e9mon",
    "browser_action": {
        "default_icon": {
            "19": "img\/bulbasmall.png",
            "38": "img\/bulbabig.png"
        },
        "default_title": "Everything To Pok\u00e9mon"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "events.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}