Pokedex

Turn's facebook into a Pokedex.

Pokedexคืออะไร?

Pokedex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย #13point7 และคุณลักษณะหลักของมันคือ "Turn's facebook into a Pokedex."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pokedex

ดาวน์โหลดไฟล์ส่วนขยาย Pokedex ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Theme your Facebook to look like a Pokedex!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pokedex Pokedex
ID ffklcjpfiebfalmeoinanhleefmgmfnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pokedex/ffklcjpfiebfalmeoinanhleefmgmfnc
คำอธิบาย Turn's facebook into a Pokedex.
ขนาดไฟล์ 48.84 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 0.0.63
อัปเดตครั้งล่าสุด 2014-08-02
วันที่เผยแพร่ 2014-08-02
คะแนน 2.17/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา #13point7
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
        }
    ]
}