Travian Mark as Read at Top
This extension creates a button at the top of the reports page to mark them as read.
Travian Mark as Read at Topとは何ですか?
Travian Mark as Read at Topはmauricio.schmaedeckによって開発されたChromeの拡張機能で、その主な機能は「This extension creates a button at the top of the reports page to mark them as read.」です。
拡張機能のスクリーンショット
Travian Mark as Read at Top拡張機能のCRXファイルをダウンロード
Travian Mark as Read at Top拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple extension to create a button to mark reports as read at the top of the page (Travian)
拡張機能の基本情報
名前 | Travian Mark as Read at Top |
ID | mnbgdlhdbebmpkminblfhgddfljenclo |
公式URL | https://chromewebstore.google.com/detail/travian-mark-as-read-at-t/mnbgdlhdbebmpkminblfhgddfljenclo |
説明 | This extension creates a button at the top of the reports page to mark them as read. |
ファイルサイズ | 19.9 KB |
インストール数 | 43 |
現在のバージョン | 1.2 |
最終更新日 | 2017-05-21 |
公開日 | 2017-05-21 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | mauricio.schmaedeck |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Travian Mark as Read at Top", "description": "This extension creates a button at the top of the reports page to mark them as read.", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "*:\/\/tx3.travian.com.br\/berichte.php" ], "content_scripts": [ { "matches": [ "*:\/\/tx3.travian.com.br\/berichte.php*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |