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"
}