URL Sharer

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

Wat is URL Sharer?

URL Sharer is een Chrome-extensie ontwikkeld door http://kodestack.com, en de belangrijkste functie is "This extension is to easily share your current page URL on social networks".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie URL Sharer

Download URL Sharer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam URL Sharer URL Sharer
ID efbabpfmnagdngganefofhopnoddbmae
Officiële URL https://chrome.google.com/webstore/detail/url-sharer/efbabpfmnagdngganefofhopnoddbmae
Beschrijving This extension is to easily share your current page URL on social networks
Bestandsgrootte 115 KB
Aantal Installaties 59
Huidige Versie 1.4
Laatst Bijgewerkt 2019-12-26
Publicatiedatum 2019-12-25
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar http://kodestack.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/shivarajnaidu/URL-sharer
Help Pagina-URL https://github.com/shivarajnaidu/URL-sharer
URL van de Privacybeleid Pagina https://github.com/shivarajnaidu
Ondersteunde Talen 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"
    ]
}