Laboratory

Because good website security shouldn't only be available to mad scientists!

ما هو Laboratory؟

Laboratory هو إضافة Chrome تم تطويرها بواسطة April King، والميزة الرئيسية لها هي "Because good website security shouldn't only be available to mad scientists!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Laboratory

قم بتنزيل ملفات الامتداد Laboratory بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Because good website security shouldn't only be available to mad scientists!

Laboratory is a WebExtension that helps you easily generate a Content Security Policy (CSP) header for your website.                    

معلومات أساسية عن التمديد

الاسم Laboratory Laboratory
ID mjcamldajgnpgjcpacomkgfhccnibldg
عنوان URL الرسمي https://chromewebstore.google.com/detail/laboratory/mjcamldajgnpgjcpacomkgfhccnibldg
الوصف Because good website security shouldn't only be available to mad scientists!
حجم الملف 407 KB
عدد التثبيتات 762
النسخة الحالية 3.0.9
آخر تحديث 2021-02-18
تاريخ النشر 2021-02-18
تقييم 5.00/5 مجموع تقييمات 1
المطور April King
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/april/laboratory
عنوان صفحة المساعدة https://github.com/april/laboratory
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Laboratory",
    "short_name": "Laboratory",
    "version": "3.0.9",
    "description": "Because good website security shouldn't only be available to mad scientists!",
    "homepage_url": "https:\/\/github.com\/april\/laboratory",
    "developer": {
        "name": "April King",
        "url": "https:\/\/github.com\/april\/laboratory"
    },
    "icons": {
        "16": "icons\/vial-16.png",
        "32": "icons\/vial-32.png",
        "48": "icons\/vial-48.png",
        "96": "icons\/vial-96.png",
        "128": "icons\/vial-128.png"
    },
    "applications": {
        "gecko": {
            "id": "1b2383b324c8520974ee097e46301d5ca4e076de387c02886f1c6b1503671586@pokeinthe.io",
            "strict_min_version": "63.0"
        }
    },
    "background": {
        "scripts": [
            "background_scripts\/laboratory.js"
        ]
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": "icons\/vial-128.png",
        "default_title": "Laboratory by Mozilla",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "ftp:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ws:\/\/*\/*",
        "wss:\/\/*\/*"
    ]
}