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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย unlikenesses และคุณลักษณะหลักของมันคือ "A Chrome extension based on data provided by the They Work For You API (http://www.theyworkforyou.com/api)."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}