FA Status

Title bar status for FA

FA Status là gì?

FA Status là một tiện ích mở rộng Chrome được phát triển bởi Serotonin, và tính năng chính của nó là "Title bar status for FA".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FA Status

Tải xuống các tệp mở rộng FA Status dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FA Status FA Status
ID kbdlppofjimflkclobeigaicdpeghmcl
URL Chính Thức https://chromewebstore.google.com/detail/fa-status/kbdlppofjimflkclobeigaicdpeghmcl
Mô tả Title bar status for FA
Kích Thước Tệp 37.17 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-01-15
Ngày Phát Hành 2013-01-14
Đánh Giá 3.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Serotonin
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}