FA Status

Title bar status for FA

FA Status란 무엇입니까?

FA Status은(는) Serotonin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Title bar status for FA"입니다.

확장 프로그램 스크린샷

screenshot

FA Status 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}