Swiss Quality Seal
When surfing a .CH domain, a swiss flag is displayed in the address bar.
Co je Swiss Quality Seal?
Swiss Quality Seal je rozšíření Chrome vyvinuté https://fahrvergnuegen.com, a jeho hlavní funkcí je „When surfing a .CH domain, a swiss flag is displayed in the address bar.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Swiss Quality Seal
Stáhněte si soubory rozšíření Swiss Quality Seal ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | fjaeoecmenpfgddnfjimdacbfpdjmfpo |
Oficiální URL | https://chromewebstore.google.com/detail/swiss-quality-seal/fjaeoecmenpfgddnfjimdacbfpdjmfpo |
Popis | When surfing a .CH domain, a swiss flag is displayed in the address bar. |
Velikost souboru | 4.33 KB |
Počet instalací | 55 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2013-04-11 |
Datum Vydání | 2013-04-11 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | https://fahrvergnuegen.com |
Typ Platby | free |
Podporované Jazyky | 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" } |