Laboratory

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

什麼是Laboratory?

Laboratory是由April King開發的Chrome擴展程式,該擴展的主要功能是“Because good website security shouldn't only be available to mad scientists!”。

擴展截圖

screenshot
screenshot
screenshot

下載Laboratory擴展crx文件

下載Laboratory擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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:\/\/*\/*"
    ]
}