FA Status

Title bar status for FA

什麼是FA Status?

FA Status是由Serotonin開發的Chrome擴展程式,該擴展的主要功能是“Title bar status for FA”。

擴展截圖

screenshot

下載FA Status擴展crx文件

下載FA Status擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        UPDATE: Fetches from FA in a background page instead of from each tab.  This should cut down on the hits FA was getting significantly, I do apologize for creating unnecessary load for them.

Another fine Serotonin production.  Puts your furaffinity.net notifications in the title bar and keeps them updated.  Also updates the notifications on the page itself so you have fewer stale notifications.  Fancy.  Previewer not included (you can get that here: http://goo.gl/bNumm)

If you want to hack on it, check out https://github.com/Serofox/FA-Status

http://www.furaffinity.net/user/serofox                    

擴展基本資訊

名稱 FA Status FA Status
ID kbdlppofjimflkclobeigaicdpeghmcl
官方網址 https://chromewebstore.google.com/detail/fa-status/kbdlppofjimflkclobeigaicdpeghmcl
簡介 Title bar status for FA
檔案大小 37.17 KB
安裝次數 75
目前版本 1.1
更新時間 2013-01-15
上架時間 2013-01-14
評分 3.86/5 共 7 次評分
開發者 Serotonin
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FA Status",
    "version": "1.1",
    "description": "Title bar status for FA",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.furaffinity.net\/*",
                "https:\/\/*.furaffinity.net\/*"
            ],
            "js": [
                "jquery.js",
                "background.js",
                "content_script.js"
            ]
        }
    ],
    "manifest_version": 2
}