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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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