Fix 4D Doc Titles
Use the command name in the 4D Doc page title so it shows up in tab
Cos'è Fix 4D Doc Titles?
Fix 4D Doc Titles è un'estensione di Chrome sviluppata da CloudKickerHQ, e la sua funzione principale è " Use the command name in the 4D Doc page title so it shows up in tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fix 4D Doc Titles
Scarica i file di estensione Fix 4D Doc Titles 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
Informazioni di Base sull'Estensione
Nome | |
ID | haiikhmgjcocnhegcojegkjjcinlmlpl |
URL Ufficiale | https://chrome.google.com/webstore/detail/fix-4d-doc-titles/haiikhmgjcocnhegcojegkjjcinlmlpl |
Descrizione | Use the command name in the 4D Doc page title so it shows up in tab |
Dimensione del File | 3.47 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2015-07-07 |
Data di Pubblicazione | 2015-07-07 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | CloudKickerHQ |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "4dDocsUserScript.user.js" ], "matches": [ "http:\/\/doc.4d.com\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": " Use the command name in the 4D Doc page title so it shows up in tab", "name": "Fix 4D Doc Titles", "version": "1.0.0" } |