BrowSync

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

Qu'est-ce que BrowSync ?

BrowSync est une extension Chrome développée par https://browsync.net, et sa fonction principale est "Synchronised browsing and debugging tool. Preview site on muliple mobile device without touching them.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BrowSync

Téléchargez les fichiers d'extension BrowSync au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BrowSync BrowSync
ID ignfahfplfpaliolmjieampjiphphkpj
URL Officiel https://chromewebstore.google.com/detail/browsync/ignfahfplfpaliolmjieampjiphphkpj
Description Synchronised browsing and debugging tool. Preview site on muliple mobile device without touching them.
Taille du Fichier 137 KB
Nombre d'Installations 330
Version Actuelle 0.0.2
Dernière Mise à Jour 2013-09-14
Date de Publication 2013-09-14
Évaluation 3.00/5 Total 5 Évaluations
Développeur https://browsync.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://browsync.net/
URL de la Page d'Aide https://browsync.uservoice.com/
Langues Prises en Charge 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'"
}