Members Interests

Promoting transparency in democracy.

Members Interests là gì?

Members Interests là một tiện ích mở rộng Chrome được phát triển bởi https://www.membersinterests.org.uk, và tính năng chính của nó là "Promoting transparency in democracy.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Members Interests

Tải xuống các tệp mở rộng Members Interests dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Members Interests Members Interests
ID ipomhipkcjebjniginhahgpkkdfeppme
URL Chính Thức https://chromewebstore.google.com/detail/members-interests/ipomhipkcjebjniginhahgpkkdfeppme
Mô tả Promoting transparency in democracy.
Kích Thước Tệp 70.47 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2014-12-28
Ngày Phát Hành 2014-12-28
Đánh Giá 1.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.membersinterests.org.uk
Loại Thanh Toán free
Trang Web Mở Rộng http://www.membersinterests.org.uk/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}