Fix 4D Doc Titles
Use the command name in the 4D Doc page title so it shows up in tab
Qu'est-ce que Fix 4D Doc Titles ?
Fix 4D Doc Titles est une extension Chrome développée par CloudKickerHQ, et sa fonction principale est " Use the command name in the 4D Doc page title so it shows up in tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fix 4D Doc Titles
Téléchargez les fichiers d'extension Fix 4D Doc Titles au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | haiikhmgjcocnhegcojegkjjcinlmlpl |
URL Officiel | https://chrome.google.com/webstore/detail/fix-4d-doc-titles/haiikhmgjcocnhegcojegkjjcinlmlpl |
Description | Use the command name in the 4D Doc page title so it shows up in tab |
Taille du Fichier | 3.47 KB |
Nombre d'Installations | 11 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2015-07-07 |
Date de Publication | 2015-07-07 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | CloudKickerHQ |
Type de Paiement | free |
Langues Prises en Charge | 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" } |