Swiss Quality Seal
When surfing a .CH domain, a swiss flag is displayed in the address bar.
Qu'est-ce que Swiss Quality Seal ?
Swiss Quality Seal est une extension Chrome développée par https://fahrvergnuegen.com, et sa fonction principale est "When surfing a .CH domain, a swiss flag is displayed in the address bar.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Swiss Quality Seal
Téléchargez les fichiers d'extension Swiss Quality Seal au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fjaeoecmenpfgddnfjimdacbfpdjmfpo |
URL Officiel | https://chromewebstore.google.com/detail/swiss-quality-seal/fjaeoecmenpfgddnfjimdacbfpdjmfpo |
Description | When surfing a .CH domain, a swiss flag is displayed in the address bar. |
Taille du Fichier | 4.33 KB |
Nombre d'Installations | 55 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2013-04-11 |
Date de Publication | 2013-04-11 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://fahrvergnuegen.com |
Type de Paiement | free |
Langues Prises en Charge | 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" } |