AnyLink

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

Co je AnyLink?

AnyLink je rozšíření Chrome vyvinuté AnyLink, a jeho hlavní funkcí je „AnyLink lets you emulate your network experience through a set of different profiles.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření AnyLink

Stáhněte si soubory rozšíření AnyLink ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název AnyLink AnyLink
ID pecadkopongafgmgphnmohaoenbglilk
Oficiální URL https://chromewebstore.google.com/detail/anylink/pecadkopongafgmgphnmohaoenbglilk
Popis AnyLink lets you emulate your network experience through a set of different profiles.
Velikost souboru 708 KB
Počet instalací 44
Aktuální Verze 0.0.15
Poslední Aktualizace 2016-08-09
Datum Vydání 2016-08-09
Hodnocení 2.00/5 Celkem 1 Hodnocení
Vývojář AnyLink
Typ Platby free
Webové stránky Rozšíření http://anylink.stanford.edu
Podporované Jazyky 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"
    }
}