Moodle Tab Renamer

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

Co to jest Moodle Tab Renamer?

Moodle Tab Renamer to rozszerzenie Chrome opracowane przez https://sites.google.com/site/tauscripts, a jego główną funkcją jest „Sets titles of windows and tabs to the filename when openning PDF documents from Moodle.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Moodle Tab Renamer

Pobierz pliki rozszerzeń Moodle Tab Renamer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Moodle Tab Renamer Moodle Tab Renamer
ID gdpcefcaeinckaohlfahegemdgkmopdc
Oficjalny URL https://chromewebstore.google.com/detail/moodle-tab-renamer/gdpcefcaeinckaohlfahegemdgkmopdc
Opis Sets titles of windows and tabs to the filename when openning PDF documents from Moodle.
Rozmiar pliku 21.18 KB
Liczba instalacji 23
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2014-04-22
Data Publikacji 2014-04-20
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper https://sites.google.com/site/tauscripts
Typ Płatności free
Obsługiwane Języki 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"
    }
}