Fix 4D Doc Titles
Use the command name in the 4D Doc page title so it shows up in tab
Co to jest Fix 4D Doc Titles?
Fix 4D Doc Titles to rozszerzenie Chrome opracowane przez CloudKickerHQ, a jego główną funkcją jest „ Use the command name in the 4D Doc page title so it shows up in tab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fix 4D Doc Titles
Pobierz pliki rozszerzeń Fix 4D Doc Titles w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | haiikhmgjcocnhegcojegkjjcinlmlpl |
Oficjalny URL | https://chrome.google.com/webstore/detail/fix-4d-doc-titles/haiikhmgjcocnhegcojegkjjcinlmlpl |
Opis | Use the command name in the 4D Doc page title so it shows up in tab |
Rozmiar pliku | 3.47 KB |
Liczba instalacji | 11 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2015-07-07 |
Data Publikacji | 2015-07-07 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | CloudKickerHQ |
Typ Płatności | free |
Obsługiwane Języki | 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" } |