Fix 4D Doc Titles

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

What is Fix 4D Doc Titles?

Fix 4D Doc Titles is a Chrome extension developed by CloudKickerHQ, and its main feature is " Use the command name in the 4D Doc page title so it shows up in tab".

Extension Screenshots

screenshot

Download Fix 4D Doc Titles Extension CRX File

Download Fix 4D Doc Titles extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Fix 4D Doc Titles Fix 4D Doc Titles
ID haiikhmgjcocnhegcojegkjjcinlmlpl
Official URL 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
File Size 3.47 KB
Installation Count 11
Current Version 1.0.0
Last Updated 2015-07-07
Publish Date 2015-07-07
Rating 5.00/5 Total 3 Ratings
Developer CloudKickerHQ
Payment Type free
Supported Languages 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"
}