stay https

use secure https connection whenever possible

Hvad er stay https?

stay https er en Chrome-udvidelse udviklet af https://j.end.as, og dens hovedfunktion er "use secure https connection whenever possible".

Udvidelsesskærmbilleder

screenshot

Download stay https-udvidelses-CRX-fil

Download stay https-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        converts all insecure connections to secure ones

features
 * secure browsing whenever possible
 * automatic learning as you browse
 * no external connections or dependencies
 * ignore list

history
 * 1.5 https to http redirect loop detection
 * 1.4 improved redirection handling
 * 1.3 improved user interface
 * 1.2 new user interface
 * 1.1 improved subdomain handling
 * 1.0 stay https first release

for more information and source code see
   http://j.end.as/projects/stay-https                    

Grundlæggende oplysninger om udvidelsen

Navn stay https stay https
ID gnfhjgicleboihbgbpkmanifnbaeanhf
Officiel URL https://chromewebstore.google.com/detail/stay-https/gnfhjgicleboihbgbpkmanifnbaeanhf
Beskrivelse use secure https connection whenever possible
Filstørrelse 19.9 KB
Antal Installationer 275
Nuværende Version 1.5
Senest Opdateret 2013-11-23
Udgivelsesdato 2013-11-23
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://j.end.as
Betalingsmetode free
Udvidelseswebsted https://j.end.as/projects/stay-https
Hjælpeside-URL https://j.end.as/projects/stay-https
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "stay https",
    "version": "1.5",
    "manifest_version": 2,
    "description": "use secure https connection whenever possible",
    "homepage_url": "http:\/\/j.end.as\/projects\/stay-https",
    "icons": {
        "48": "strict.png"
    },
    "browser_action": {
        "default_icon": "off.png",
        "default_title": "stay https",
        "default_popup": "popup.html"
    },
    "incognito": "split",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    }
}