Fix 4D Doc Titles

Use the command name in the 4D Doc page title so it shows up in tab

Wat is Fix 4D Doc Titles?

Fix 4D Doc Titles is een Chrome-extensie ontwikkeld door CloudKickerHQ, en de belangrijkste functie is " Use the command name in the 4D Doc page title so it shows up in tab".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fix 4D Doc Titles

Download Fix 4D Doc Titles-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Fix 4D Doc Titles Fix 4D Doc Titles
ID haiikhmgjcocnhegcojegkjjcinlmlpl
Officiële URL https://chrome.google.com/webstore/detail/fix-4d-doc-titles/haiikhmgjcocnhegcojegkjjcinlmlpl
Beschrijving Use the command name in the 4D Doc page title so it shows up in tab
Bestandsgrootte 3.47 KB
Aantal Installaties 11
Huidige Versie 1.0.0
Laatst Bijgewerkt 2015-07-07
Publicatiedatum 2015-07-07
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar CloudKickerHQ
Betalingswijze free
Ondersteunde Talen 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"
}