openSUSE User Agent

Modifies your User-Agent string to contain the name of openSUSE Linux distribution.

Что такое openSUSE User Agent?

openSUSE User Agent - это расширение Chrome, разработанное Unknown, и его основная функция - "Modifies your User-Agent string to contain the name of openSUSE Linux distribution.".

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

screenshot

Скачать файл CRX расширения openSUSE User Agent

Скачайте файлы расширений openSUSE User Agent в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Modifies user agent for Linux users to include the distribution name of openSUSE.  Based on similar extensions available for Fedora and Debian Linux.                    

Основная информация о расширении

Название openSUSE User Agent openSUSE User Agent
ID lbjggnkcefkdnpkmnmgfbmcojpfelhge
Официальный URL https://chromewebstore.google.com/detail/opensuse-user-agent/lbjggnkcefkdnpkmnmgfbmcojpfelhge
Описание Modifies your User-Agent string to contain the name of openSUSE Linux distribution.
Размер файла 88.22 KB
Количество установок 401
Текущая Версия 0.0.0.1
Последнее Обновление 2017-07-17
Дата публикации 2017-07-17
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "author": "Scott Irvin, [email protected]",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Modifies your User-Agent string to contain the name of openSUSE Linux distribution.",
    "icons": {
        "1024": "opensuse_1024.png",
        "128": "opensuse_128.png",
        "48": "opensuse_48.png"
    },
    "manifest_version": 2,
    "name": "openSUSE User Agent",
    "short_name": "SUSEagent",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.1"
}