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文件
下載HTTPS Mixed Content Locator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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": [ " |