URL Sharer

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

Cos'è URL Sharer?

URL Sharer è un'estensione di Chrome sviluppata da http://kodestack.com, e la sua funzione principale è "This extension is to easily share your current page URL on social networks".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione URL Sharer

Scarica i file di estensione URL Sharer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome URL Sharer URL Sharer
ID efbabpfmnagdngganefofhopnoddbmae
URL Ufficiale https://chrome.google.com/webstore/detail/url-sharer/efbabpfmnagdngganefofhopnoddbmae
Descrizione This extension is to easily share your current page URL on social networks
Dimensione del File 115 KB
Conteggio Installazioni 59
Versione Corrente 1.4
Ultimo Aggiornamento 2019-12-26
Data di Pubblicazione 2019-12-25
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore http://kodestack.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/shivarajnaidu/URL-sharer
URL della Pagina di Aiuto https://github.com/shivarajnaidu/URL-sharer
URL della Pagina della Politica sulla Privacy https://github.com/shivarajnaidu
Lingue Supportate 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"
    ]
}