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
公式URL 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
}