SSL Test
This extension will test the SSL status of the current page using ssllabs.com
Τι είναι το SSL Test;
Το SSL Test είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον JoshMike, και η κύρια λειτουργία του είναι "This extension will test the SSL status of the current page using ssllabs.com".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SSL Test
Λήψη αρχείων επέκτασης SSL Test σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
If you've ever wanted a button that sends the current page you are on to ssllabs.com to test the ssl rating, here you go! This developer/extension is not affiliated with ssllabs in any way.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | flkjihijgfnfmpmfeffcnamifckdmmil |
Επίσημο URL | https://chrome.google.com/webstore/detail/ssl-test/flkjihijgfnfmpmfeffcnamifckdmmil |
Περιγραφή | This extension will test the SSL status of the current page using ssllabs.com |
Μέγεθος Αρχείου | 16.97 KB |
Αριθμός Εγκαταστάσεων | 227 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2019-04-20 |
Ημερομηνία Δημοσίευσης | 2019-04-20 |
Αξιολόγηση | 4.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | JoshMike |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SSL Test", "version": "0.1", "description": "This extension will test the SSL status of the current page using ssllabs.com", "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "author": "JoshMike", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "default_title": "SSL Test" }, "permissions": [ "tabs" ] } |