Copy URL+

Copy a short URL, title, and selected text in any format you want.

Cos'è Copy URL+?

Copy URL+ è un'estensione di Chrome sviluppata da Naoto Yokoyama, e la sua funzione principale è "Copy a short URL, title, and selected text in any format you want.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Copy URL+

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

                        Key features

- Keyboard shortcuts

- Flexible context menus

- URL shortening

- Notifications

Icons and promotional images are designed by Honeshabri.                    

Informazioni di Base sull'Estensione

Nome Copy URL+ Copy URL+
ID capojgaalppngkaagaobmigigcgnidmn
URL Ufficiale https://chromewebstore.google.com/detail/copy-url+/capojgaalppngkaagaobmigigcgnidmn
Descrizione Copy a short URL, title, and selected text in any format you want.
Dimensione del File 35.59 KB
Conteggio Installazioni 3,796
Versione Corrente 1.1.1
Ultimo Aggiornamento 2020-08-06
Data di Pubblicazione 2020-08-06
Valutazione 3.93/5 Totale 45 Valutazioni
Sviluppatore Naoto Yokoyama
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy URL+",
    "version": "1.1.1",
    "description": "Copy a short URL, title, and selected text in any format you want.",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/keyboard.js",
                "scripts\/content-script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "clipboardWrite",
        "notifications",
        "contextMenus",
        "https:\/\/www.googleapis.com\/url\/shortener",
        "https:\/\/accounts.google.com\/o\/oauth2\/auth",
        "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}