Copy title & URL
Copy title & URL
Cos'è Copy title & URL?
Copy title & URL è un'estensione di Chrome sviluppata da hogewest, e la sua funzione principale è "Copy title & URL".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy title & URL
Scarica i file di estensione Copy 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 of an open page. Informazioni di Base sull'Estensione
| Nome | |
| ID | eblnmkhlnpnmdhbgldnhkclgplkaibmn |
| URL Ufficiale | https://chromewebstore.google.com/detail/copy-title-url/eblnmkhlnpnmdhbgldnhkclgplkaibmn |
| Descrizione | Copy title & URL |
| Dimensione del File | 7.99 KB |
| Conteggio Installazioni | 485 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2019-02-07 |
| Data di Pubblicazione | 2019-02-07 |
| Valutazione | 4.00/5 Totale 5 Valutazioni |
| Sviluppatore | hogewest |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/hogewest/copy-title-and-url |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Copy title & URL",
"version": "1.0.1",
"description": "Copy title & URL",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"bg.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Copy title & URL"
},
"permissions": [
"activeTab",
"clipboardWrite"
]
} | |