AnyLink

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

AnyLink là gì?

AnyLink là một tiện ích mở rộng Chrome được phát triển bởi AnyLink, và tính năng chính của nó là "AnyLink lets you emulate your network experience through a set of different profiles.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AnyLink

Tải xuống các tệp mở rộng AnyLink dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AnyLink AnyLink
ID pecadkopongafgmgphnmohaoenbglilk
URL Chính Thức https://chromewebstore.google.com/detail/anylink/pecadkopongafgmgphnmohaoenbglilk
Mô tả AnyLink lets you emulate your network experience through a set of different profiles.
Kích Thước Tệp 708 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 0.0.15
Cập Nhật Lần Cuối 2016-08-09
Ngày Phát Hành 2016-08-09
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển AnyLink
Loại Thanh Toán free
Trang Web Mở Rộng http://anylink.stanford.edu
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}