Fix 4D Doc Titles
Use the command name in the 4D Doc page title so it shows up in tab
Was ist Fix 4D Doc Titles?
Fix 4D Doc Titles ist eine Chrome-Erweiterung, die von CloudKickerHQ entwickelt wurde, und ihr Hauptmerkmal ist " Use the command name in the 4D Doc page title so it shows up in tab".
Erweiterungsscreenshots
Fix 4D Doc Titles-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fix 4D Doc Titles-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | haiikhmgjcocnhegcojegkjjcinlmlpl |
Offizielle URL | https://chrome.google.com/webstore/detail/fix-4d-doc-titles/haiikhmgjcocnhegcojegkjjcinlmlpl |
Beschreibung | Use the command name in the 4D Doc page title so it shows up in tab |
Dateigröße | 3.47 KB |
Installationsanzahl | 11 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2015-07-07 |
Veröffentlichungsdatum | 2015-07-07 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | CloudKickerHQ |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |