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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CloudKickerHQ และคุณลักษณะหลักของมันคือ " Use the command name in the 4D Doc page title so it shows up in tab"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fix 4D Doc Titles

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}