AnyLink

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

Apa itu AnyLink?

AnyLink adalah ekstensi Chrome yang dikembangkan oleh AnyLink, dan fitur utamanya adalah "AnyLink lets you emulate your network experience through a set of different profiles.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AnyLink

Unduh file ekstensi AnyLink dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama AnyLink AnyLink
ID pecadkopongafgmgphnmohaoenbglilk
URL Resmi https://chromewebstore.google.com/detail/anylink/pecadkopongafgmgphnmohaoenbglilk
Deskripsi AnyLink lets you emulate your network experience through a set of different profiles.
Ukuran File 708 KB
Jumlah Instalasi 44
Versi Saat Ini 0.0.15
Terakhir Diperbarui 2016-08-09
Tanggal Publikasi 2016-08-09
Penilaian 2.00/5 Total 1 Penilaian
Pengembang AnyLink
Tipe Pembayaran free
Situs Ekstensi http://anylink.stanford.edu
Bahasa yang Didukung 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"
    }
}