URL Sync

Send URL to server

What is URL Sync?

URL Sync is a Chrome extension developed by BBKing, and its main feature is "Send URL to server".

Extension Screenshots

screenshot

Download URL Sync Extension CRX File

Download URL Sync extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name URL Sync URL Sync
ID biimohoillnclkekkfjkkaaljelbpdjg
Official URL https://chromewebstore.google.com/detail/url-sync/biimohoillnclkekkfjkkaaljelbpdjg
Description Send URL to server
File Size 10.55 KB
Installation Count 17
Current Version 1.4
Last Updated 2017-11-10
Publish Date 2017-11-10
Rating 5.00/5 Total 1 Ratings
Developer BBKing
Payment Type free
Supported Languages 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"
    }
}