FA Previewer

Full-size pop-up image previewer for submission view on Fur Affinity

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

Το FA Previewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Serotonin, και η κύρια λειτουργία του είναι "Full-size pop-up image previewer for submission view on Fur Affinity".

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

screenshot
screenshot

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

Λήψη αρχείων επέκτασης FA Previewer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Full-size pop-up image previewer for submission view on FurAffinity (see screenshot).

If you find it useful, I'm not asking for donations or anything: I do ask that you tell your friends with chrome, leave a rating or review, and/or give feedback for how you'd like it improved :3

If you want to hack on it, check out https://github.com/Serofox/FA-Previewer

Enjoy, and I hope to hear from you!

Sero
http://www.furaffinity.net/user/serofox

New in 2.2.2/3:
 * Make it work again

New in 2.2.1:
 * Disable preloading, be kind to FA servers

New in 2.2:
 * Press 'F' to fave hovered image

New in 2.1.1:
 * Always preview full size image

New in 2.2:
 * Make it work again.

New in 2.1:
 * Press 'S' to download hovered image

New in 2.0.1:
 * Update to manifest v2
 * Don't show the loading indicator for a split second when viewing already loaded images

New in 2.0.0:
 * Support for the new site format.  Let me know if you experience any oddities, I completely redid how the images are loaded.

New in 1.3.1:
 * Fixed a bug my dumb ass left in from the last update.  Finally got unlazy and figured  it out.
 * A big ol' fuzzy icon (thanks Google!)

New in 1.3.0:
 * Support https:// links
 * Only preload submissions page now (to be fair to FA's bandwidth)
 * Use HoverIntent jquery plugin to preview when there's actual intent

Hopefully this won't break anything (famous last words) but let me know if it does.

New in 1.2.5:
 * Hopefully fixed the "off by >9000px" problem, let me know (special thanks to FaykFox and Spyke for helping me find the bug)

New in 1.2.4:
 * Images appear on top of menu items
 * Moved preloading more to the background

New in 1.2.3:
 * Fullsize image preloading

New in 1.2:
 * Loading gif
 * Fixed some flicker bugs
 * Added image border
 * Slight image fade-in

NOTE: I am NOT affiliated with Fur Affinity (other than having an account)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα FA Previewer FA Previewer
ID mbdmbjljdmkaefooomifpmmallfgdbec
Επίσημο URL https://chromewebstore.google.com/detail/fa-previewer/mbdmbjljdmkaefooomifpmmallfgdbec
Περιγραφή Full-size pop-up image previewer for submission view on Fur Affinity
Μέγεθος Αρχείου 101 KB
Αριθμός Εγκαταστάσεων 1,030
Τρέχουσα Έκδοση 2.2.3
Τελευταία Ενημέρωση 2017-03-14
Ημερομηνία Δημοσίευσης 2017-03-14
Αξιολόγηση 4.78/5 Συνολικά 79 Αξιολογήσεις
Προγραμματιστής Serotonin
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FA Previewer",
    "version": "2.2.3",
    "description": "Full-size pop-up image previewer for submission view on Fur Affinity",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.furaffinity.net\/*",
                "https:\/\/*.furaffinity.net\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/jquery-ui.js",
                "lib\/jquery.hoverIntent.js",
                "lib\/jquery.pnotify.min.js",
                "popup.js"
            ],
            "css": [
                "popup.css",
                "lib\/jquery.pnotify.default.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "error.png",
        "jquery-ui.js",
        "jquery.hoverIntent.js",
        "jquery.js",
        "loading.gif",
        "popup.js"
    ]
}