RS Herb Timer

A handy timer for your herb runs.

Vad är RS Herb Timer?

RS Herb Timer är en Chrome-tillägg utvecklad av willemplan, och dess huvudfunktion är "A handy timer for your herb runs.".

Ladda ner RS Herb Timer-förlängningens CRX-fil

Ladda ner RS Herb Timer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn RS Herb Timer RS Herb Timer
ID bioflibokjnfbccdjnhpmfpgnepppdmb
Officiell webbadress https://chrome.google.com/webstore/detail/rs-herb-timer/bioflibokjnfbccdjnhpmfpgnepppdmb
Beskrivning A handy timer for your herb runs.
Filstorlek 4.23 KB
Antal Installationer 11
Aktuell Version 0.2
Senast Uppdaterad 2014-08-16
Publiceringsdatum 2014-08-16
Betyg 1.67/5 Totalt 6 Betyg
Utvecklare willemplan
Betalningssätt free
Stödda Språk 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"
    }
}