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开发的Chrome扩展程序,该扩展的主要功能是“Sets titles of windows and tabs to the filename when openning PDF documents from Moodle.”。
扩展截图
下载Moodle Tab Renamer扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
}
} | |