Moodle Tab Renamer
Sets titles of windows and tabs to the filename when openning PDF documents from Moodle.
Moodle Tab Renamer क्या है?
Moodle Tab Renamer https://sites.google.com/site/tauscripts द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sets titles of windows and tabs to the filename when openning PDF documents from Moodle."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Moodle Tab Renamer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |