RS Herb Timer
A handy timer for your herb runs.
What is RS Herb Timer?
RS Herb Timer is a Chrome extension developed by willemplan, and its main feature is "A handy timer for your herb runs.".
Download RS Herb Timer Extension CRX File
Download RS Herb Timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | bioflibokjnfbccdjnhpmfpgnepppdmb |
Official URL | https://chrome.google.com/webstore/detail/rs-herb-timer/bioflibokjnfbccdjnhpmfpgnepppdmb |
Description | A handy timer for your herb runs. |
File Size | 4.23 KB |
Installation Count | 11 |
Current Version | 0.2 |
Last Updated | 2014-08-16 |
Publish Date | 2014-08-16 |
Rating | 1.67/5 Total 6 Ratings |
Developer | willemplan |
Payment Type | free |
Supported Languages | 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" } } |