Moodle Tab Renamer

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

Moodle Tab Renamer là gì?

Moodle Tab Renamer là một tiện ích mở rộng Chrome được phát triển bởi https://sites.google.com/site/tauscripts, và tính năng chính của nó là "Sets titles of windows and tabs to the filename when openning PDF documents from Moodle.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Moodle Tab Renamer

Tải xuống các tệp mở rộng Moodle Tab Renamer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Moodle Tab Renamer Moodle Tab Renamer
ID gdpcefcaeinckaohlfahegemdgkmopdc
URL Chính Thức https://chromewebstore.google.com/detail/moodle-tab-renamer/gdpcefcaeinckaohlfahegemdgkmopdc
Mô tả Sets titles of windows and tabs to the filename when openning PDF documents from Moodle.
Kích Thước Tệp 21.18 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2014-04-22
Ngày Phát Hành 2014-04-20
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://sites.google.com/site/tauscripts
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}