FA Status

Title bar status for FA

Co je FA Status?

FA Status je rozšíření Chrome vyvinuté Serotonin, a jeho hlavní funkcí je „Title bar status for FA“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření FA Status

Stáhněte si soubory rozšíření FA Status ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název FA Status FA Status
ID kbdlppofjimflkclobeigaicdpeghmcl
Oficiální URL https://chromewebstore.google.com/detail/fa-status/kbdlppofjimflkclobeigaicdpeghmcl
Popis Title bar status for FA
Velikost souboru 37.17 KB
Počet instalací 75
Aktuální Verze 1.1
Poslední Aktualizace 2013-01-15
Datum Vydání 2013-01-14
Hodnocení 3.86/5 Celkem 7 Hodnocení
Vývojář Serotonin
Typ Platby free
Podporované Jazyky 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
}