AnyLink

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

Was ist AnyLink?

AnyLink ist eine Chrome-Erweiterung, die von AnyLink entwickelt wurde, und ihr Hauptmerkmal ist "AnyLink lets you emulate your network experience through a set of different profiles.".

Erweiterungsscreenshots

screenshot

AnyLink-Erweiterungs-CRX-Datei herunterladen

Laden Sie AnyLink-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AnyLink AnyLink
ID pecadkopongafgmgphnmohaoenbglilk
Offizielle URL https://chromewebstore.google.com/detail/anylink/pecadkopongafgmgphnmohaoenbglilk
Beschreibung AnyLink lets you emulate your network experience through a set of different profiles.
Dateigröße 708 KB
Installationsanzahl 44
Aktuelle Version 0.0.15
Letztes Update 2016-08-09
Veröffentlichungsdatum 2016-08-09
Bewertung 2.00/5 Insgesamt 1 Bewertungen
Entwickler AnyLink
Zahlungsart free
Erweiterungswebsite http://anylink.stanford.edu
Unterstützte Sprachen 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"
    }
}