AnyLink

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

AnyLinkคืออะไร?

AnyLink เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AnyLink และคุณลักษณะหลักของมันคือ "AnyLink lets you emulate your network experience through a set of different profiles."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AnyLink

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}