AnyLink

AnyLink lets you emulate your network experience through a set of different profiles.

Что такое AnyLink?

AnyLink - это расширение Chrome, разработанное AnyLink, и его основная функция - "AnyLink lets you emulate your network experience through a set of different profiles.".

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

screenshot

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

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

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

                        AnyLink is a cloud-based emulation service. You can emulate web browsing in various conditions by forwarding your traffic through different network links (e.g. a 3G connection, or a DSL connection). AnyLink uses Facebook's Augmented Traffic Control to emulate links, and network cookies to express which link to use. 

More information can be found at http://anylink.stanford.edu .
Currently under development. Please report bugs and feature requests.                    

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

Название AnyLink AnyLink
ID pecadkopongafgmgphnmohaoenbglilk
Официальный URL https://chromewebstore.google.com/detail/anylink/pecadkopongafgmgphnmohaoenbglilk
Описание AnyLink lets you emulate your network experience through a set of different profiles.
Размер файла 708 KB
Количество установок 44
Текущая Версия 0.0.15
Последнее Обновление 2016-08-09
Дата публикации 2016-08-09
Рейтинг 2.00/5 Всего 1 оценок
Разработчик AnyLink
Тип оплаты free
Официальный сайт расширения http://anylink.stanford.edu
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AnyLink",
    "version": "0.0.15",
    "manifest_version": 2,
    "short_name": "Network Emulation",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "description": "AnyLink lets you emulate your network experience through a set of different profiles.",
    "browser_action": {
        "default_title": "AnyLink: Network Emulation Service",
        "default_popup": "popup_menu.html"
    },
    "permissions": [
        "",
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "notifications",
        "alarms"
    ],
    "background": {
        "page": "background.html"
    }
}