Swiss Quality Seal
When surfing a .CH domain, a swiss flag is displayed in the address bar.
O que é Swiss Quality Seal?
Swiss Quality Seal é uma extensão do Chrome desenvolvida por https://fahrvergnuegen.com, e sua principal característica é "When surfing a .CH domain, a swiss flag is displayed in the address bar.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Swiss Quality Seal
Baixe arquivos de extensão Swiss Quality Seal no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | fjaeoecmenpfgddnfjimdacbfpdjmfpo |
URL Oficial | https://chromewebstore.google.com/detail/swiss-quality-seal/fjaeoecmenpfgddnfjimdacbfpdjmfpo |
Descrição | When surfing a .CH domain, a swiss flag is displayed in the address bar. |
Tamanho do Arquivo | 4.33 KB |
Contagem de Instalações | 55 |
Versão Atual | 1.0.1 |
Última Atualização | 2013-04-11 |
Data de Publicação | 2013-04-11 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://fahrvergnuegen.com |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |