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"
    }
}