HTTPS Mixed Content Locator
Easily locate and identify mixed content on any HTTPS site.
Qu'est-ce que HTTPS Mixed Content Locator ?
HTTPS Mixed Content Locator est une extension Chrome développée par https://www.pericror.com, et sa fonction principale est "Easily locate and identify mixed content on any HTTPS site.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HTTPS Mixed Content Locator
Téléchargez les fichiers d'extension HTTPS Mixed Content Locator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | HTTPS Mixed Content Locator |
ID | pbljfomgollbampmcmalflifheichabj |
URL Officiel | https://chromewebstore.google.com/detail/https-mixed-content-locat/pbljfomgollbampmcmalflifheichabj |
Description | Easily locate and identify mixed content on any HTTPS site. |
Taille du Fichier | 27.42 KB |
Nombre d'Installations | 4,000 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2018-04-15 |
Date de Publication | 2018-04-15 |
Évaluation | 3.07/5 Total 15 Évaluations |
Développeur | https://www.pericror.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.pericror.com/products/https-mixed-content-locator/ |
URL de la Page d'Aide | https://www.pericror.com/software/https-mixed-content-locator/ |
Langues Prises en Charge | 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": [ " |