Swiss Quality Seal

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

Co to jest Swiss Quality Seal?

Swiss Quality Seal to rozszerzenie Chrome opracowane przez https://fahrvergnuegen.com, a jego główną funkcją jest „When surfing a .CH domain, a swiss flag is displayed in the address bar.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Swiss Quality Seal

Pobierz pliki rozszerzeń Swiss Quality Seal w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Swiss Quality Seal Swiss Quality Seal
ID fjaeoecmenpfgddnfjimdacbfpdjmfpo
Oficjalny URL https://chromewebstore.google.com/detail/swiss-quality-seal/fjaeoecmenpfgddnfjimdacbfpdjmfpo
Opis When surfing a .CH domain, a swiss flag is displayed in the address bar.
Rozmiar pliku 4.33 KB
Liczba instalacji 55
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2013-04-11
Data Publikacji 2013-04-11
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://fahrvergnuegen.com
Typ Płatności free
Obsługiwane Języki 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"
}