Laboratory

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

Laboratory là gì?

Laboratory là một tiện ích mở rộng Chrome được phát triển bởi April King, và tính năng chính của nó là "Because good website security shouldn't only be available to mad scientists!".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Laboratory 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

                        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.                    

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

Tên Laboratory Laboratory
ID mjcamldajgnpgjcpacomkgfhccnibldg
URL Chính Thức https://chromewebstore.google.com/detail/laboratory/mjcamldajgnpgjcpacomkgfhccnibldg
Mô tả Because good website security shouldn't only be available to mad scientists!
Kích Thước Tệp 407 KB
Số Lần Cài Đặt 762
Phiên Bản Hiện Tại 3.0.9
Cập Nhật Lần Cuối 2021-02-18
Ngày Phát Hành 2021-02-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển April King
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/april/laboratory
URL Trang Trợ Giúp https://github.com/april/laboratory
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}