Moodle Tab Renamer

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

Что такое Moodle Tab Renamer?

Moodle Tab Renamer - это расширение Chrome, разработанное https://sites.google.com/site/tauscripts, и его основная функция - "Sets titles of windows and tabs to the filename when openning PDF documents from Moodle.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Moodle Tab Renamer

Скачайте файлы расширений Moodle Tab Renamer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Moodle Tab Renamer Moodle Tab Renamer
ID gdpcefcaeinckaohlfahegemdgkmopdc
Официальный URL https://chromewebstore.google.com/detail/moodle-tab-renamer/gdpcefcaeinckaohlfahegemdgkmopdc
Описание Sets titles of windows and tabs to the filename when openning PDF documents from Moodle.
Размер файла 21.18 KB
Количество установок 23
Текущая Версия 1.4
Последнее Обновление 2014-04-22
Дата публикации 2014-04-20
Рейтинг 4.00/5 Всего 2 оценок
Разработчик https://sites.google.com/site/tauscripts
Тип оплаты free
Поддерживаемые языки 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"
    }
}