URL Sharer

This extension is to easily share your current page URL on social networks

What is URL Sharer?

URL Sharer is a Chrome extension developed by http://kodestack.com, and its main feature is "This extension is to easily share your current page URL on social networks".

Extension Screenshots

screenshot

Download URL Sharer Extension CRX File

Download URL Sharer 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 is to easily share your current page URL on social networks and to copy url                    

Extension Basic Information

Name URL Sharer URL Sharer
ID efbabpfmnagdngganefofhopnoddbmae
Official URL https://chrome.google.com/webstore/detail/url-sharer/efbabpfmnagdngganefofhopnoddbmae
Description This extension is to easily share your current page URL on social networks
File Size 115 KB
Installation Count 59
Current Version 1.4
Last Updated 2019-12-26
Publish Date 2019-12-25
Rating 5.00/5 Total 3 Ratings
Developer http://kodestack.com
Email [email protected]
Payment Type free
Extension Website https://github.com/shivarajnaidu/URL-sharer
Help Page URL https://github.com/shivarajnaidu/URL-sharer
Privacy Policy Page URL https://github.com/shivarajnaidu
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Sharer",
    "description": "This extension is to easily share your current page URL on social networks",
    "version": "1.4",
    "author": "Yuvaraj V (aka Shivaraj)",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "index.html",
        "default_title": "URL Sharer - Click And SHare !"
    },
    "icons": {
        "16": "icons\/icon16x16.png",
        "48": "icons\/icon48x48.png",
        "128": "icons\/icon.png"
    },
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "clipboardWrite"
    ]
}