AnyLink

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

Cos'è AnyLink?

AnyLink è un'estensione di Chrome sviluppata da AnyLink, e la sua funzione principale è "AnyLink lets you emulate your network experience through a set of different profiles.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AnyLink

Scarica i file di estensione AnyLink in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AnyLink AnyLink
ID pecadkopongafgmgphnmohaoenbglilk
URL Ufficiale https://chromewebstore.google.com/detail/anylink/pecadkopongafgmgphnmohaoenbglilk
Descrizione AnyLink lets you emulate your network experience through a set of different profiles.
Dimensione del File 708 KB
Conteggio Installazioni 44
Versione Corrente 0.0.15
Ultimo Aggiornamento 2016-08-09
Data di Pubblicazione 2016-08-09
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore AnyLink
Tipo di Pagamento free
Sito Web dell'Estensione http://anylink.stanford.edu
Lingue Supportate 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"
    }
}