MZ Transfer Alarm
Create alarms for transfer players on shortlist at managerzone.com.
MZ Transfer Alarmとは何ですか?
MZ Transfer Alarmはkaplanboraによって開発されたChromeの拡張機能で、その主な機能は「Create alarms for transfer players on shortlist at managerzone.com.」です。
拡張機能のスクリーンショット
MZ Transfer Alarm拡張機能のCRXファイルをダウンロード
MZ Transfer Alarm拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Create alarms for transfer players on shortlist at managerzone.com.
How to use the extension:
- Add players on transfer page to shortlist.
- Go to shortlist page and click extension icon on toolbar. This will load players at shortlist to extension interface.
- Once you load the players to the extension interface, they will stay there until you close the browser or refresh on shortlist page.
- Click to checkboxes left to the players name and use buttons on bottom to set alarms, clear alarms or remove players.
- Bell icon right to players name indicate that players alarm is set or not.
- If you add new players to shortlist, just refresh shortlist page and click to icon again to load new players. 拡張機能の基本情報
| 名前 | |
| ID | hlegblaobddgnflficnfikpinpjecfnh |
| 公式URL | https://chromewebstore.google.com/detail/mz-transfer-alarm/hlegblaobddgnflficnfikpinpjecfnh |
| 説明 | Create alarms for transfer players on shortlist at managerzone.com. |
| ファイルサイズ | 74.44 KB |
| インストール数 | 53 |
| 現在のバージョン | 1.1.0 |
| 最終更新日 | 2018-01-15 |
| 公開日 | 2018-01-15 |
| 評価 | 4.67/5 合計 3 レビュー |
| 開発者 | kaplanbora |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/kaplanbora/mz-transfer-alarm |
| 対応言語 | en,tr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "MZ Transfer Alarm",
"version": "1.1.0",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"homepage_url": "https:\/\/github.com\/kaplanbora\/mz-transfer-alarm",
"permissions": [
"notifications",
"alarms"
],
"icons": {
"48": "icons\/logo-48.png",
"96": "icons\/logo-96.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.managerzone.com\/?p=shortlist"
],
"js": [
"content_scripts\/mz.js"
]
}
],
"background": {
"scripts": [
"background_scripts\/content.js"
]
},
"browser_action": {
"browser_style": true,
"default_icon": "icons\/logo-32.png",
"theme_icons": [
{
"light": "icons\/dlogo-32.png",
"dark": "icons\/logo-32.png",
"size": 32
}
],
"default_title": "MZ Transfer Alarm",
"default_popup": "popup\/index.html"
}
} | |