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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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