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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Moodle Tab Renamer
قم بتنزيل ملفات الامتداد Moodle Tab Renamer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" } } |