Swiss Quality Seal

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

Что такое Swiss Quality Seal?

Swiss Quality Seal - это расширение Chrome, разработанное https://fahrvergnuegen.com, и его основная функция - "When surfing a .CH domain, a swiss flag is displayed in the address bar.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Swiss Quality Seal

Скачайте файлы расширений 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"
}