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!                    

扩展基本信息

名称 RS Herb Timer RS Herb Timer
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"
    }
}