MP Info

A Chrome extension based on data provided by the They Work For You API (http://www.theyworkforyou.com/api).

MP Infoとは何ですか?

MP Infoはunlikenessesによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension based on data provided by the They Work For You API (http://www.theyworkforyou.com/api).」です。

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

screenshot

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

MP Info拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        MP Info uses data provided by the They Work For You API (http://www.theyworkforyou.com/api) to show information about British Members of Parliament. Names of MPs are highlighted on your web page and hovering over them shows a tool-tip showing the MP's name, party, constituency and voting record (according to a list of policies supplied by They Work For You).                    

拡張機能の基本情報

名前 MP Info MP Info
ID ecihneinfjdhacjgolbgdbmjffpipgla
公式URL https://chromewebstore.google.com/detail/mp-info/ecihneinfjdhacjgolbgdbmjffpipgla
説明 A Chrome extension based on data provided by the They Work For You API (http://www.theyworkforyou.com/api).
ファイルサイズ 88.6 KB
インストール数 14
現在のバージョン 1.0.0.1
最終更新日 2016-02-20
公開日 2016-02-19
開発者 unlikenesses
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MP Info",
    "short_name": "MP Info",
    "description": "A Chrome extension based on data provided by the They Work For You API (http:\/\/www.theyworkforyou.com\/api).",
    "version": "1.0.0.1",
    "permissions": [
        "http:\/\/www.theyworkforyou.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/dist\/twfy.min.css",
                "css\/dist\/jquery.qtip.min.css"
            ],
            "js": [
                "js\/dist\/vendor.js",
                "js\/dist\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/dist\/vendor.js",
            "js\/dist\/event.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "images\/wait.gif"
    ],
    "icons": {
        "16": "icon16.jpg",
        "48": "icon48.jpg",
        "128": "icon128.jpg"
    }
}