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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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:\/\/*\/*" ] } |