Moodle Tab Renamer

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

Vad är Moodle Tab Renamer?

Moodle Tab Renamer är en Chrome-tillägg utvecklad av https://sites.google.com/site/tauscripts, och dess huvudfunktion är "Sets titles of windows and tabs to the filename when openning PDF documents from Moodle.".

Tilläggsskärmbilder

screenshot

Ladda ner Moodle Tab Renamer-förlängningens CRX-fil

Ladda ner Moodle Tab Renamer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Moodle Tab Renamer Moodle Tab Renamer
ID gdpcefcaeinckaohlfahegemdgkmopdc
Officiell webbadress https://chromewebstore.google.com/detail/moodle-tab-renamer/gdpcefcaeinckaohlfahegemdgkmopdc
Beskrivning Sets titles of windows and tabs to the filename when openning PDF documents from Moodle.
Filstorlek 21.18 KB
Antal Installationer 23
Aktuell Version 1.4
Senast Uppdaterad 2014-04-22
Publiceringsdatum 2014-04-20
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare https://sites.google.com/site/tauscripts
Betalningssätt free
Stödda Språk 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"
    }
}