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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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"
}