BrowSync

Synchronised browsing and debugging tool. Preview site on muliple mobile device without touching them.

ما هو BrowSync؟

BrowSync هو إضافة Chrome تم تطويرها بواسطة https://browsync.net، والميزة الرئيسية لها هي "Synchronised browsing and debugging tool. Preview site on muliple mobile device without touching them.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة BrowSync

قم بتنزيل ملفات الامتداد BrowSync بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Do you ever wish you could browse in your favorite browser on desktop and simultaneously see the same pages on one or multiple devices (iPhone, Android, Windows and their tablet versions).


How it works?
- install this extension and activate it for a selected tab
- install and run BrowSync app on your favorite device
- pair the extension and your devices with a secret phrase
- start browsing on your desktop and watch the same pages on your devices.                    

معلومات أساسية عن التمديد

الاسم BrowSync BrowSync
ID ignfahfplfpaliolmjieampjiphphkpj
عنوان URL الرسمي https://chromewebstore.google.com/detail/browsync/ignfahfplfpaliolmjieampjiphphkpj
الوصف Synchronised browsing and debugging tool. Preview site on muliple mobile device without touching them.
حجم الملف 137 KB
عدد التثبيتات 330
النسخة الحالية 0.0.2
آخر تحديث 2013-09-14
تاريخ النشر 2013-09-14
تقييم 3.00/5 مجموع تقييمات 5
المطور https://browsync.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://browsync.net/
عنوان صفحة المساعدة https://browsync.uservoice.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BrowSync",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Synchronised browsing and debugging tool. Preview site on muliple mobile device without touching them.",
    "homepage_url": "https:\/\/robert.sasak.sk",
    "icons": {
        "16": "icons\/logo16.png",
        "32": "icons\/logo32.png",
        "64": "icons\/logo64.png",
        "96": "icons\/logo96.png",
        "128": "icons\/logo128.png"
    },
    "background": {
        "scripts": [
            "lib\/firebase.js",
            "src\/options_custom\/lib\/store.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_page": "src\/options_custom\/index.html",
    "browser_action": {
        "default_icon": "icons\/logo128.png",
        "default_title": "BrowSync"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/*.firebaseio-demo.com; object-src 'self'"
}