Copy Tabs Title URL

Copy the title and URL from a Chrome tabs

Cos'è Copy Tabs Title URL?

Copy Tabs Title URL è un'estensione di Chrome sviluppata da standard.software.net, e la sua funzione principale è "Copy the title and URL from a Chrome tabs".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Copy Tabs Title URL

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

                        Copy the title and URL from a Chrome tabs.
Function
- Short Amazon URL (.com and .co.jp)
- Delete Parameter after ? From URL
- No Encode Japanese URL
- Remove Bracketed (---) From Title 
- Replace Space Zenkaku to Hankaku From Title (Japanese Space Char type)
- Remove Answer's Name From Title On Quora (English and Japanese)
- Remove UserName From Title On GitHub Pull Request                    

Informazioni di Base sull'Estensione

Nome Copy Tabs Title URL Copy Tabs Title URL
ID lcfoefigmljgmbolbodknedngjcgelng
URL Ufficiale https://chromewebstore.google.com/detail/copy-tabs-title-url/lcfoefigmljgmbolbodknedngjcgelng
Descrizione Copy the title and URL from a Chrome tabs
Dimensione del File 8.93 KB
Conteggio Installazioni 113
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-04-18
Data di Pubblicazione 2022-03-09
Sviluppatore standard.software.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/standard-software/chrome-copy-tabs-title-url
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Tabs Title URL",
    "version": "1.0.2",
    "description": "Copy the title and URL from a Chrome tabs",
    "icons": {
        "16": "icon\/icon16x16.png",
        "128": "icon\/icon128x128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon\/icon16x16.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "author": {
        "name": "Satoshi Yamamoto",
        "email": "[email protected]",
        "url": "https:\/\/www.facebook.com\/stndardsoftware"
    },
    "manifest_version": 3
}