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 |
| 官方網址 | 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"
}
} | |