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!”。
扩展截图
下载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 |
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:\/\/*\/*" ] } |