Laboratory

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

Laboratory क्या है?

Laboratory April King द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Because good website security shouldn't only be available to mad scientists!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Laboratory एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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:\/\/*\/*"
    ]
}