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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}