FA Status

Title bar status for FA

Τι είναι το FA Status;

Το FA Status είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Serotonin, και η κύρια λειτουργία του είναι "Title bar status for FA".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης FA Status

Λήψη αρχείων επέκτασης 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
}