Members Interests

Promoting transparency in democracy.

Members Interestsคืออะไร?

Members Interests เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.membersinterests.org.uk และคุณลักษณะหลักของมันคือ "Promoting transparency in democracy."

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

screenshot

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

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

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

                        A browser extension that looks for mentions of MPs in articles and provides a link to their entry in the Register of Members' Interests. Mentions of MPs names are automatically replaced with links, allowing you to easily see their declarations.                    

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

ชื่อ Members Interests Members Interests
ID ipomhipkcjebjniginhahgpkkdfeppme
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/members-interests/ipomhipkcjebjniginhahgpkkdfeppme
คำอธิบาย Promoting transparency in democracy.
ขนาดไฟล์ 70.47 KB
จำนวนการติดตั้ง 111
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2014-12-28
วันที่เผยแพร่ 2014-12-28
คะแนน 1.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.membersinterests.org.uk
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.membersinterests.org.uk/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Members Interests",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Promoting transparency in democracy.",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/www.membersinterests.org.uk\/",
    "version": "1.0.6",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/button.png",
        "default_title": "Find MPs!"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}