Copy Page URL

Copy Page URL from context menu or toolbar

Cos'è Copy Page URL?

Copy Page URL è un'estensione di Chrome sviluppata da alex7kom, e la sua funzione principale è "Copy Page URL from context menu or toolbar".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Copy Page URL

Scarica i file di estensione Copy Page URL 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

                        Copy Page URL from the context menu or by clicking on the toolbar icon.                    

Informazioni di Base sull'Estensione

Nome Copy Page URL Copy Page URL
ID dobnehimlklapeengfdlhdkpijhjdkag
URL Ufficiale https://chrome.google.com/webstore/detail/copy-page-url/dobnehimlklapeengfdlhdkpijhjdkag
Descrizione Copy Page URL from context menu or toolbar
Dimensione del File 23.37 KB
Conteggio Installazioni 1,105
Versione Corrente 0.7
Ultimo Aggiornamento 2020-11-20
Data di Pubblicazione 2020-01-19
Valutazione 4.67/5 Totale 12 Valutazioni
Sviluppatore alex7kom
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/alex7kom/Copy-Page-URL
URL della Pagina della Politica sulla Privacy https://github.com/alex7kom/Copy-Page-URL/blob/master/PRIVACY_POLICY.md
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Page URL",
    "description": "Copy Page URL from context menu or toolbar",
    "version": "0.7",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "copy_black_16.png",
        "128": "copy_black_128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "defaults.js",
            "bg.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "manifest_version": 2
}