RS Herb Timer
A handy timer for your herb runs.
RS Herb Timerとは何ですか?
RS Herb Timerはwillemplanによって開発されたChromeの拡張機能で、その主な機能は「A handy timer for your herb runs.」です。
RS Herb Timer拡張機能のCRXファイルをダウンロード
RS Herb Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can use this extension to easily track the time until your Runescape herb patches will be fully grown. Just click the icon every time you start a run and you'll be ready for maximum profit!
拡張機能の基本情報
名前 | |
ID | bioflibokjnfbccdjnhpmfpgnepppdmb |
公式URL | https://chrome.google.com/webstore/detail/rs-herb-timer/bioflibokjnfbccdjnhpmfpgnepppdmb |
説明 | A handy timer for your herb runs. |
ファイルサイズ | 4.23 KB |
インストール数 | 11 |
現在のバージョン | 0.2 |
最終更新日 | 2014-08-16 |
公開日 | 2014-08-16 |
評価 | 1.67/5 合計 6 レビュー |
開発者 | willemplan |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RS Herb Timer", "description": "A handy timer for your herb runs.", "version": "0.2", "permissions": [ "alarms" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_title": "Herb Timer" } } |