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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}