Moodle Tab Renamer
Sets titles of windows and tabs to the filename when openning PDF documents from Moodle.
Wat is Moodle Tab Renamer?
Moodle Tab Renamer is een Chrome-extensie ontwikkeld door https://sites.google.com/site/tauscripts, en de belangrijkste functie is "Sets titles of windows and tabs to the filename when openning PDF documents from Moodle.".
Extensie Screenshots
Download het CRX-bestand van de extensie Moodle Tab Renamer
Download Moodle Tab Renamer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Moodle Tab Renamer |
ID | gdpcefcaeinckaohlfahegemdgkmopdc |
Officiële URL | https://chromewebstore.google.com/detail/moodle-tab-renamer/gdpcefcaeinckaohlfahegemdgkmopdc |
Beschrijving | Sets titles of windows and tabs to the filename when openning PDF documents from Moodle. |
Bestandsgrootte | 21.18 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2014-04-22 |
Publicatiedatum | 2014-04-20 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://sites.google.com/site/tauscripts |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |