Swiss Quality Seal

When surfing a .CH domain, a swiss flag is displayed in the address bar.

Wat is Swiss Quality Seal?

Swiss Quality Seal is een Chrome-extensie ontwikkeld door https://fahrvergnuegen.com, en de belangrijkste functie is "When surfing a .CH domain, a swiss flag is displayed in the address bar.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Swiss Quality Seal

Download Swiss Quality Seal-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Whenever you are surfing on a .CH domain, the national flag of Switzerland will be displayed in your address bar to indicate that you are surfing a swiss quality website.

Future versions of this extensions will determine through IP geolocation whether this site is hosted in switzerland or not.

Please check out the mouseover effect when hoovering over the icon.                    

Basisinformatie over de Extensie

Naam Swiss Quality Seal Swiss Quality Seal
ID fjaeoecmenpfgddnfjimdacbfpdjmfpo
Officiële URL https://chromewebstore.google.com/detail/swiss-quality-seal/fjaeoecmenpfgddnfjimdacbfpdjmfpo
Beschrijving When surfing a .CH domain, a swiss flag is displayed in the address bar.
Bestandsgrootte 4.33 KB
Aantal Installaties 55
Huidige Versie 1.0.1
Laatst Bijgewerkt 2013-04-11
Publicatiedatum 2013-04-11
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://fahrvergnuegen.com
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "Congratulation! Your are surfing a Swiss Quality Site.\n(Only genuine with K\u00fcapfl\u00e4ttra dra!)"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "When surfing a .CH domain, a swiss flag is displayed in the address bar.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Swiss Quality Seal",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "version": "1.0.1"
}