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"
}
} | |