HTTPS Mixed Content Locator
Easily locate and identify mixed content on any HTTPS site.
HTTPS Mixed Content Locator là gì?
HTTPS Mixed Content Locator là một tiện ích mở rộng Chrome được phát triển bởi https://www.pericror.com, và tính năng chính của nó là "Easily locate and identify mixed content on any HTTPS site.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HTTPS Mixed Content Locator
Tải xuống các tệp mở rộng HTTPS Mixed Content Locator 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HTTPS Mixed Content Locator |
ID | pbljfomgollbampmcmalflifheichabj |
URL Chính Thức | https://chromewebstore.google.com/detail/https-mixed-content-locat/pbljfomgollbampmcmalflifheichabj |
Mô tả | Easily locate and identify mixed content on any HTTPS site. |
Kích Thước Tệp | 27.42 KB |
Số Lần Cài Đặt | 4,000 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2018-04-15 |
Ngày Phát Hành | 2018-04-15 |
Đánh Giá | 3.07/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | https://www.pericror.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.pericror.com/products/https-mixed-content-locator/ |
URL Trang Trợ Giúp | https://www.pericror.com/software/https-mixed-content-locator/ |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |