Moodle Tab Renamer

Sets titles of windows and tabs to the filename when openning PDF documents from Moodle.

Apa itu Moodle Tab Renamer?

Moodle Tab Renamer adalah ekstensi Chrome yang dikembangkan oleh https://sites.google.com/site/tauscripts, dan fitur utamanya adalah "Sets titles of windows and tabs to the filename when openning PDF documents from Moodle.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Moodle Tab Renamer

Unduh file ekstensi Moodle Tab Renamer 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

                        When opening a PDF file from Tel-Aviv University's Moodle, this extension shows the filename in the tab/window title,  instead of the full URL.                    

Informasi Dasar Ekstensi

Nama Moodle Tab Renamer Moodle Tab Renamer
ID gdpcefcaeinckaohlfahegemdgkmopdc
URL Resmi https://chromewebstore.google.com/detail/moodle-tab-renamer/gdpcefcaeinckaohlfahegemdgkmopdc
Deskripsi Sets titles of windows and tabs to the filename when openning PDF documents from Moodle.
Ukuran File 21.18 KB
Jumlah Instalasi 23
Versi Saat Ini 1.4
Terakhir Diperbarui 2014-04-22
Tanggal Publikasi 2014-04-20
Penilaian 4.00/5 Total 2 Penilaian
Pengembang https://sites.google.com/site/tauscripts
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moodle Tab Renamer",
    "version": "1.4",
    "author": "Galgo",
    "description": "Sets titles of windows and tabs to the filename when openning PDF documents from Moodle.",
    "short_name": "MoodleTabRenamer",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/moodle.tau.ac.il\/pluginfile.php\/*"
            ],
            "js": [
                "changeTitle.user.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    }
}