Torn Bars

Always know how much energy, nerve, happy and other stats you have on torn.com (an online text-based role playing game).

什么是Torn Bars?

Torn Bars是由Dash开发的Chrome扩展程序,该扩展的主要功能是“Always know how much energy, nerve, happy and other stats you have on torn.com (an online text-based role playing game).”。

扩展截图

screenshot
screenshot
screenshot

下载Torn Bars扩展crx文件

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

扩展使用说明

                        Stay informed on your current torn.com bars which include your energy bar, nerve bar, happy and more. Needless to say: this app is for torn.com players.

The app takes your key and stores it in local storage. You can add and reset keys as you see fit. The popup window will refresh every 2 minutes to keep you up to date if you insist on staring at it. 

Good luck!                    

扩展基本信息

名称 Torn Bars Torn Bars
ID ckbeilkaejihmhhffnaopfcjjenegddn
官方URL https://chromewebstore.google.com/detail/torn-bars/ckbeilkaejihmhhffnaopfcjjenegddn
简介 Always know how much energy, nerve, happy and other stats you have on torn.com (an online text-based role playing game).
文件大小 34.39 KB
安装次数 129
当前版本 1.0
更新时间 2015-12-23
上架时间 2015-12-23
评分 5.00/5 共6次评分
开发者 Dash
付费类型 free
扩展官网 http://www.dashwebsolutions.com/
帮助页面URL http://www.dashwebsolutions.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Torn Bars",
    "description": "Always know how much energy, nerve, happy and other stats you have on torn.com (an online text-based role playing game).",
    "version": "1.0",
    "icons": {
        "16": "torn.png",
        "48": "torn.png",
        "128": "torn.png"
    },
    "browser_action": {
        "default_icon": "torn.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/torn.com\/",
        "storage",
        "notifications"
    ]
}