AnyLink

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

AnyLinkとは何ですか?

AnyLinkはAnyLinkによって開発されたChromeの拡張機能で、その主な機能は「AnyLink lets you emulate your network experience through a set of different profiles.」です。

拡張機能のスクリーンショット

screenshot

AnyLink拡張機能のCRXファイルをダウンロード

AnyLink拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 AnyLink AnyLink
ID pecadkopongafgmgphnmohaoenbglilk
公式URL https://chromewebstore.google.com/detail/anylink/pecadkopongafgmgphnmohaoenbglilk
説明 AnyLink lets you emulate your network experience through a set of different profiles.
ファイルサイズ 708 KB
インストール数 44
現在のバージョン 0.0.15
最終更新日 2016-08-09
公開日 2016-08-09
評価 2.00/5 合計 1 レビュー
開発者 AnyLink
支払い方法 free
拡張機能のウェブサイト http://anylink.stanford.edu
対応言語 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"
    }
}