Fix 4D Doc Titles

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

什么是Fix 4D Doc Titles?

Fix 4D Doc Titles是由CloudKickerHQ开发的Chrome扩展程序,该扩展的主要功能是“ Use the command name in the 4D Doc page title so it shows up in tab”。

扩展截图

screenshot

下载Fix 4D Doc Titles扩展crx文件

下载Fix 4D Doc Titles扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Fix 4D Doc Titles Fix 4D Doc Titles
ID haiikhmgjcocnhegcojegkjjcinlmlpl
官方URL https://chrome.google.com/webstore/detail/fix-4d-doc-titles/haiikhmgjcocnhegcojegkjjcinlmlpl
简介 Use the command name in the 4D Doc page title so it shows up in tab
文件大小 3.47 KB
安装次数 11
当前版本 1.0.0
更新时间 2015-07-07
上架时间 2015-07-07
评分 5.00/5 共3次评分
开发者 CloudKickerHQ
付费类型 free
支持的语言 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"
}