RS Herb Timer
A handy timer for your herb runs.
O que é RS Herb Timer?
RS Herb Timer é uma extensão do Chrome desenvolvida por willemplan, e sua principal característica é "A handy timer for your herb runs.".
Baixar o arquivo CRX da Extensão RS Herb Timer
Baixe arquivos de extensão RS Herb Timer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | bioflibokjnfbccdjnhpmfpgnepppdmb |
URL Oficial | https://chrome.google.com/webstore/detail/rs-herb-timer/bioflibokjnfbccdjnhpmfpgnepppdmb |
Descrição | A handy timer for your herb runs. |
Tamanho do Arquivo | 4.23 KB |
Contagem de Instalações | 11 |
Versão Atual | 0.2 |
Última Atualização | 2014-08-16 |
Data de Publicação | 2014-08-16 |
Classificação | 1.67/5 Total de 6 Avaliações |
Desenvolvedor | willemplan |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |