URL Sync

Send URL to server

Qu'est-ce que URL Sync ?

URL Sync est une extension Chrome développée par BBKing, et sa fonction principale est "Send URL to server".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension URL Sync

Téléchargez les fichiers d'extension URL Sync 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

                        This extension helps you to get the current browser URL and send to custom url.                    

Informations de Base sur l'Extension

Nom URL Sync URL Sync
ID biimohoillnclkekkfjkkaaljelbpdjg
URL Officiel https://chromewebstore.google.com/detail/url-sync/biimohoillnclkekkfjkkaaljelbpdjg
Description Send URL to server
Taille du Fichier 10.55 KB
Nombre d'Installations 17
Version Actuelle 1.4
Dernière Mise à Jour 2017-11-10
Date de Publication 2017-11-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur BBKing
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Sync",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Send URL to server",
    "permissions": [
        "http:\/\/*\/*",
        "tabs"
    ],
    "icons": {
        "128": "sync128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "sync19.png",
        "default_title": "URL clipboard",
        "default_popup": "popup.html"
    }
}