Tab Name Changer
You can choose the name of this tab!
Cos'è Tab Name Changer?
Tab Name Changer è un'estensione di Chrome sviluppata da ryan lee, e la sua funzione principale è "You can choose the name of this tab!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Name Changer
Scarica i file di estensione Tab Name Changer 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
When clicking this extension, you can change the name of your current tab!
Informazioni di Base sull'Estensione
Nome | Tab Name Changer |
ID | eofldjecdkcjhnccphadkomkiebjfdkl |
URL Ufficiale | https://chromewebstore.google.com/detail/tab-name-changer/eofldjecdkcjhnccphadkomkiebjfdkl |
Descrizione | You can choose the name of this tab! |
Dimensione del File | 3.83 KB |
Conteggio Installazioni | 591 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2019-07-21 |
Data di Pubblicazione | 2019-07-21 |
Valutazione | 4.00/5 Totale 9 Valutazioni |
Sviluppatore | ryan lee |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ryazlee/tab_name_changer |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Name Changer", "description": "You can choose the name of this tab!", "version": "0.0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Change the name of this tab", "default_icon": "icon.png" }, "manifest_version": 2 } |