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