Swiss Quality Seal
When surfing a .CH domain, a swiss flag is displayed in the address bar.
Vad är Swiss Quality Seal?
Swiss Quality Seal är en Chrome-tillägg utvecklad av https://fahrvergnuegen.com, och dess huvudfunktion är "When surfing a .CH domain, a swiss flag is displayed in the address bar.".
Tilläggsskärmbilder
Ladda ner Swiss Quality Seal-förlängningens CRX-fil
Ladda ner Swiss Quality Seal-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | fjaeoecmenpfgddnfjimdacbfpdjmfpo |
Officiell webbadress | https://chromewebstore.google.com/detail/swiss-quality-seal/fjaeoecmenpfgddnfjimdacbfpdjmfpo |
Beskrivning | When surfing a .CH domain, a swiss flag is displayed in the address bar. |
Filstorlek | 4.33 KB |
Antal Installationer | 55 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2013-04-11 |
Publiceringsdatum | 2013-04-11 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | https://fahrvergnuegen.com |
Betalningssätt | free |
Stödda Språk | 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" } |