Pokedex

Turn's facebook into a Pokedex.

Pokedex là gì?

Pokedex là một tiện ích mở rộng Chrome được phát triển bởi #13point7, và tính năng chính của nó là "Turn's facebook into a Pokedex.".

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

screenshot
screenshot

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

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

                        Theme your Facebook to look like a Pokedex!                    

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

Tên Pokedex Pokedex
ID ffklcjpfiebfalmeoinanhleefmgmfnc
URL Chính Thức https://chromewebstore.google.com/detail/pokedex/ffklcjpfiebfalmeoinanhleefmgmfnc
Mô tả Turn's facebook into a Pokedex.
Kích Thước Tệp 48.84 KB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 0.0.63
Cập Nhật Lần Cuối 2014-08-02
Ngày Phát Hành 2014-08-02
Đánh Giá 2.17/5 Tổng số 18 Đánh Giá
Nhà Phát Triển #13point7
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pokedex",
    "version": "0.0.63",
    "manifest_version": 2,
    "description": "Turn's facebook into a Pokedex.",
    "icons": {
        "64": "images\/facebook-like-button.png"
    },
    "web_accessible_resources": [
        "images\/*.png",
        "styles\/fonts\/*.*"
    ],
    "permissions": [
        "https:\/\/*.facebook.com\/"
    ],
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}