AnyLink

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

AnyLink क्या है?

AnyLink AnyLink द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AnyLink lets you emulate your network experience through a set of different profiles."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AnyLink एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}