Title & URL

It's for copying current page's title and URL

Cos'è Title & URL?

Title & URL è un'estensione di Chrome sviluppata da t.soorankim, e la sua funzione principale è "It's for copying current page's title and URL".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Title & URL

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

                        It's for copying the current page's title and URL

This app uses the icon under ' Creative Commons Attribution 2.5 Generic (CC BY 2.5)'.
https://www.iconfinder.com/icons/249196/share_share_this_sharethis_social_social_media_icon                    

Informazioni di Base sull'Estensione

Nome Title & URL Title & URL
ID mndehblcembcnkadmgmikjagbolninnp
URL Ufficiale https://chromewebstore.google.com/detail/title-url/mndehblcembcnkadmgmikjagbolninnp
Descrizione It's for copying current page's title and URL
Dimensione del File 40.95 KB
Conteggio Installazioni 475
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-10-26
Data di Pubblicazione 2017-07-02
Valutazione 4.58/5 Totale 12 Valutazioni
Sviluppatore t.soorankim
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Title & URL",
    "version": "1.0.0",
    "description": "It's for copying current page's title and URL",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "author": "T.Sooran Kim",
    "permissions": [
        "tabs",
        "clipboardWrite"
    ]
}