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
官方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"
    ]
}