Forum Gallery

View web forum topics as an image gallery

Τι είναι το Forum Gallery;

Το Forum Gallery είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον RandomBitsOfTech, και η κύρια λειτουργία του είναι "View web forum topics as an image gallery".

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

screenshot

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

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

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

                        View popular forums such as XDA Developers and Anandtech in a picture gallery format. 

Install the extension, then browse any of the enabled forums( See below ).  When you open a topic in one of the enabled forums the extension will become enabled, indicated by the extension icon.  Click on the icon and all images for that topic will open in a new tab.  Fetch more images by scrolling down or selecting the forum topic page number at the top.

NOTE: Speed of the images displaying is heavily dependent on the particular forum as well as your network connection.

Enabled Sites ( more to come! ):
    - http://forum.xda-developers.com/
    - http://forums.anandtech.com/
    - http://www.jeepforum.com/

BUG: Fetching of new images is blocked until the current request is done.  Once the "Images Loading" message at the bottom of the screen is dismissed you'll be able to fetch more images.  Will be working on a fix for this.                    

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

Όνομα Forum Gallery Forum Gallery
ID pngajhkllojpnjiijlkihmladpoeleea
Επίσημο URL https://chromewebstore.google.com/detail/forum-gallery/pngajhkllojpnjiijlkihmladpoeleea
Περιγραφή View web forum topics as an image gallery
Μέγεθος Αρχείου 658 KB
Αριθμός Εγκαταστάσεων 58
Τρέχουσα Έκδοση 0.0.12
Τελευταία Ενημέρωση 2013-08-23
Ημερομηνία Δημοσίευσης 2013-08-23
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής RandomBitsOfTech
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.12",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/extension_icon\/icon-16.png",
        "128": "images\/extension_icon\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/extension_icon\/icon-38-disabled.png",
        "default_title": "Forum Gallery"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}