Fix 4D Doc Titles

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

Apa itu Fix 4D Doc Titles?

Fix 4D Doc Titles adalah ekstensi Chrome yang dikembangkan oleh CloudKickerHQ, dan fitur utamanya adalah " Use the command name in the 4D Doc page title so it shows up in tab".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Fix 4D Doc Titles

Unduh file ekstensi Fix 4D Doc Titles dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Fix 4D Doc Titles Fix 4D Doc Titles
ID haiikhmgjcocnhegcojegkjjcinlmlpl
URL Resmi https://chrome.google.com/webstore/detail/fix-4d-doc-titles/haiikhmgjcocnhegcojegkjjcinlmlpl
Deskripsi Use the command name in the 4D Doc page title so it shows up in tab
Ukuran File 3.47 KB
Jumlah Instalasi 11
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2015-07-07
Tanggal Publikasi 2015-07-07
Penilaian 5.00/5 Total 3 Penilaian
Pengembang CloudKickerHQ
Tipe Pembayaran free
Bahasa yang Didukung 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"
}