AnyLink

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

Co to jest AnyLink?

AnyLink to rozszerzenie Chrome opracowane przez AnyLink, a jego główną funkcją jest „AnyLink lets you emulate your network experience through a set of different profiles.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AnyLink

Pobierz pliki rozszerzeń AnyLink w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa AnyLink AnyLink
ID pecadkopongafgmgphnmohaoenbglilk
Oficjalny URL https://chromewebstore.google.com/detail/anylink/pecadkopongafgmgphnmohaoenbglilk
Opis AnyLink lets you emulate your network experience through a set of different profiles.
Rozmiar pliku 708 KB
Liczba instalacji 44
Aktualna Wersja 0.0.15
Ostatnia Aktualizacja 2016-08-09
Data Publikacji 2016-08-09
Ocena 2.00/5 Łącznie 1 Oceny
Deweloper AnyLink
Typ Płatności free
Strona Rozszerzenia http://anylink.stanford.edu
Obsługiwane Języki 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"
    }
}