Moodle Tab Renamer

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

What is Moodle Tab Renamer?

Moodle Tab Renamer is a Chrome extension developed by https://sites.google.com/site/tauscripts, and its main feature is "Sets titles of windows and tabs to the filename when openning PDF documents from Moodle.".

Extension Screenshots

screenshot

Download Moodle Tab Renamer Extension CRX File

Download Moodle Tab Renamer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Moodle Tab Renamer Moodle Tab Renamer
ID gdpcefcaeinckaohlfahegemdgkmopdc
Official URL https://chromewebstore.google.com/detail/moodle-tab-renamer/gdpcefcaeinckaohlfahegemdgkmopdc
Description Sets titles of windows and tabs to the filename when openning PDF documents from Moodle.
File Size 21.18 KB
Installation Count 23
Current Version 1.4
Last Updated 2014-04-22
Publish Date 2014-04-20
Rating 4.00/5 Total 2 Ratings
Developer https://sites.google.com/site/tauscripts
Payment Type free
Supported Languages 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"
    }
}