HTTPS Mixed Content Locator
Easily locate and identify mixed content on any HTTPS site.
HTTPS Mixed Content Locator란 무엇입니까?
HTTPS Mixed Content Locator은(는) https://www.pericror.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily locate and identify mixed content on any HTTPS site."입니다.
확장 프로그램 스크린샷
HTTPS Mixed Content Locator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The HTTPS Mixed Content Locator Chrome Extension will help you identify the mixed content on your page so that you quickly complete migrating your site from HTTP to HTTPS. The extension supports identifying the following mixed content: Passive Mixed Content (have http:// urls in their src attribute) - img - audio - video - source Active Mixed Content - iframe (with http:// url in the src attribute) - script (with http:// url in the src attribute) - object (with http:// url in the data attribute) - link (with rel="stylesheet") The extension allows you to visually locate all passive mixed content on the page as well as copy the url of the insecure element for all mixed content. Note: Chrome will need to be restarted after installation to have the extension work as intended.
확장 프로그램 기본 정보
이름 | HTTPS Mixed Content Locator |
ID | pbljfomgollbampmcmalflifheichabj |
공식 URL | https://chromewebstore.google.com/detail/https-mixed-content-locat/pbljfomgollbampmcmalflifheichabj |
설명 | Easily locate and identify mixed content on any HTTPS site. |
파일 크기 | 27.42 KB |
설치 횟수 | 4,000 |
현재 버전 | 1.3 |
최근 업데이트 | 2018-04-15 |
출시 날짜 | 2018-04-15 |
평점 | 3.07/5 총 15 개의 평점 |
개발자 | https://www.pericror.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.pericror.com/products/https-mixed-content-locator/ |
도움말 페이지 URL | https://www.pericror.com/software/https-mixed-content-locator/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HTTPS Mixed Content Locator", "short_name": "MixedContent", "description": "Easily locate and identify mixed content on any HTTPS site.", "version": "1.3", "permissions": [ "https:\/\/*\/*" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |