AnyLink

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

Wat is AnyLink?

AnyLink is een Chrome-extensie ontwikkeld door AnyLink, en de belangrijkste functie is "AnyLink lets you emulate your network experience through a set of different profiles.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AnyLink

Download AnyLink-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AnyLink AnyLink
ID pecadkopongafgmgphnmohaoenbglilk
Officiële URL https://chromewebstore.google.com/detail/anylink/pecadkopongafgmgphnmohaoenbglilk
Beschrijving AnyLink lets you emulate your network experience through a set of different profiles.
Bestandsgrootte 708 KB
Aantal Installaties 44
Huidige Versie 0.0.15
Laatst Bijgewerkt 2016-08-09
Publicatiedatum 2016-08-09
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar AnyLink
Betalingswijze free
Extensiewebsite http://anylink.stanford.edu
Ondersteunde Talen 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"
    }
}