MP Info

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

MP Info là gì?

MP Info là một tiện ích mở rộng Chrome được phát triển bởi unlikenesses, và tính năng chính của nó là "A Chrome extension based on data provided by the They Work For You API (http://www.theyworkforyou.com/api).".

Ả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 MP Info

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

                        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).                    

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

Tên MP Info MP Info
ID ecihneinfjdhacjgolbgdbmjffpipgla
URL Chính Thức https://chromewebstore.google.com/detail/mp-info/ecihneinfjdhacjgolbgdbmjffpipgla
Mô tả A Chrome extension based on data provided by the They Work For You API (http://www.theyworkforyou.com/api).
Kích Thước Tệp 88.6 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2016-02-20
Ngày Phát Hành 2016-02-19
Nhà Phát Triển unlikenesses
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}