Moodle Tab Renamer

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

Cos'è Moodle Tab Renamer?

Moodle Tab Renamer è un'estensione di Chrome sviluppata da https://sites.google.com/site/tauscripts, e la sua funzione principale è "Sets titles of windows and tabs to the filename when openning PDF documents from Moodle.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Moodle Tab Renamer

Scarica i file di estensione Moodle Tab Renamer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Moodle Tab Renamer Moodle Tab Renamer
ID gdpcefcaeinckaohlfahegemdgkmopdc
URL Ufficiale https://chromewebstore.google.com/detail/moodle-tab-renamer/gdpcefcaeinckaohlfahegemdgkmopdc
Descrizione Sets titles of windows and tabs to the filename when openning PDF documents from Moodle.
Dimensione del File 21.18 KB
Conteggio Installazioni 23
Versione Corrente 1.4
Ultimo Aggiornamento 2014-04-22
Data di Pubblicazione 2014-04-20
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore https://sites.google.com/site/tauscripts
Tipo di Pagamento free
Lingue Supportate 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"
    }
}