RS Herb Timer

A handy timer for your herb runs.

Cos'è RS Herb Timer?

RS Herb Timer è un'estensione di Chrome sviluppata da willemplan, e la sua funzione principale è "A handy timer for your herb runs.".

Scarica il file CRX dell'estensione RS Herb Timer

Scarica i file di estensione RS Herb Timer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome RS Herb Timer RS Herb Timer
ID bioflibokjnfbccdjnhpmfpgnepppdmb
URL Ufficiale https://chrome.google.com/webstore/detail/rs-herb-timer/bioflibokjnfbccdjnhpmfpgnepppdmb
Descrizione A handy timer for your herb runs.
Dimensione del File 4.23 KB
Conteggio Installazioni 11
Versione Corrente 0.2
Ultimo Aggiornamento 2014-08-16
Data di Pubblicazione 2014-08-16
Valutazione 1.67/5 Totale 6 Valutazioni
Sviluppatore willemplan
Tipo di Pagamento free
Lingue Supportate 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"
    }
}