HTTPS Mixed Content Locator
Easily locate and identify mixed content on any HTTPS site.
Co je HTTPS Mixed Content Locator?
HTTPS Mixed Content Locator je rozšíření Chrome vyvinuté https://www.pericror.com, a jeho hlavní funkcí je „Easily locate and identify mixed content on any HTTPS site.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření HTTPS Mixed Content Locator
Stáhněte si soubory rozšíření HTTPS Mixed Content Locator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | HTTPS Mixed Content Locator |
ID | pbljfomgollbampmcmalflifheichabj |
Oficiální URL | https://chromewebstore.google.com/detail/https-mixed-content-locat/pbljfomgollbampmcmalflifheichabj |
Popis | Easily locate and identify mixed content on any HTTPS site. |
Velikost souboru | 27.42 KB |
Počet instalací | 4,000 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2018-04-15 |
Datum Vydání | 2018-04-15 |
Hodnocení | 3.07/5 Celkem 15 Hodnocení |
Vývojář | https://www.pericror.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.pericror.com/products/https-mixed-content-locator/ |
URL Stránky Nápovědy | https://www.pericror.com/software/https-mixed-content-locator/ |
Podporované Jazyky | 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": [ " |