Stardew Valley Wiki Bundle Tracker

Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.

什么是Stardew Valley Wiki Bundle Tracker?

Stardew Valley Wiki Bundle Tracker是由SDDev开发的Chrome扩展程序,该扩展的主要功能是“Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.”。

扩展截图

screenshot

下载Stardew Valley Wiki Bundle Tracker扩展crx文件

下载Stardew Valley Wiki Bundle Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear. 

Yellow in your inventor/chest. Green submitted to community center. Cookies must be enabled, if clear them you will lose your inputs.                    

扩展基本信息

名称 Stardew Valley Wiki Bundle Tracker Stardew Valley Wiki Bundle Tracker
ID cjpclbenhadlgcaagcecnkcbbmngffpj
官方URL https://chrome.google.com/webstore/detail/stardew-valley-wiki-bundl/cjpclbenhadlgcaagcecnkcbbmngffpj
简介 Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.
文件大小 37.31 KB
安装次数 410
当前版本 1.2
更新时间 2016-03-08
上架时间 2016-03-08
评分 4.06/5 共18次评分
开发者 SDDev
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stardew Valley Wiki Bundle Tracker",
    "description": "Turns (http:\/\/stardewvalleywiki.com\/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.",
    "version": "1.2",
    "permissions": [
        "tabs",
        "http:\/\/stardewvalleywiki.com\/Bundles*",
        "https:\/\/stardewvalleywiki.com\/Bundles*"
    ],
    "browser_action": {
        "default_title": "Stardew Valley Wiki Bundle Tracker",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "jquery.cookie.js",
                "content.js"
            ],
            "css": [
                "sv.css"
            ],
            "matches": [
                "http:\/\/stardewvalleywiki.com\/Bundles*",
                "https:\/\/stardewvalleywiki.com\/Bundles*"
            ]
        }
    ],
    "manifest_version": 2
}