Title & URL Picker
Get Title and URL of a Page
Cos'è Title & URL Picker?
Title & URL Picker è un'estensione di Chrome sviluppata da https://a01sa01to.com, e la sua funzione principale è "Get Title and URL of a Page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Title & URL Picker
Scarica i file di estensione Title & URL Picker 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
This Extension will show title and URL of a page by a few clicks and you can copy it by one Click.
Informazioni di Base sull'Estensione
Nome | |
ID | apegdmeimjlklboalimnaokfnnngajcg |
URL Ufficiale | https://chromewebstore.google.com/detail/title-url-picker/apegdmeimjlklboalimnaokfnnngajcg |
Descrizione | Get Title and URL of a Page |
Dimensione del File | 13.84 KB |
Conteggio Installazioni | 111 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2022-01-30 |
Data di Pubblicazione | 2022-01-30 |
Sviluppatore | https://a01sa01to.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://a01sa01to.com/apps/title-url-picker/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Title & URL Picker", "version": "1.1", "description": "Get Title and URL of a Page", "icons": { "128": "icon128.png" }, "author": "Asa", "permissions": [ "tabs" ], "action": { "default_title": "Title & URL Picker", "default_popup": "index.html" } } |