Members Interests

Promoting transparency in democracy.

什麼是Members Interests?

Members Interests是由https://www.membersinterests.org.uk開發的Chrome擴展程式,該擴展的主要功能是“Promoting transparency in democracy.”。

擴展截圖

screenshot

下載Members Interests擴展crx文件

下載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
官方網址 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"
    ]
}