Pokedex

Turn's facebook into a Pokedex.

Pokedexとは何ですか?

Pokedexは#13point7によって開発されたChromeの拡張機能で、その主な機能は「Turn's facebook into a Pokedex.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Pokedex拡張機能のCRXファイルをダウンロード

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
        }
    ]
}