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
官方網址 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"
}