Swiss Quality Seal

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

什么是Swiss Quality Seal?

Swiss Quality Seal是由https://fahrvergnuegen.com开发的Chrome扩展程序,该扩展的主要功能是“When surfing a .CH domain, a swiss flag is displayed in the address bar.”。

扩展截图

screenshot

下载Swiss Quality Seal扩展crx文件

下载Swiss Quality Seal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Swiss Quality Seal Swiss Quality Seal
ID fjaeoecmenpfgddnfjimdacbfpdjmfpo
官方URL https://chromewebstore.google.com/detail/swiss-quality-seal/fjaeoecmenpfgddnfjimdacbfpdjmfpo
简介 When surfing a .CH domain, a swiss flag is displayed in the address bar.
文件大小 4.33 KB
安装次数 55
当前版本 1.0.1
更新时间 2013-04-11
上架时间 2013-04-11
评分 5.00/5 共4次评分
开发者 https://fahrvergnuegen.com
付费类型 free
支持的语言 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"
}