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
官方網址 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"
    ]
}