G+ Lightbox - Hide Maximize Icon

The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.

Τι είναι το G+ Lightbox - Hide Maximize Icon;

Το G+ Lightbox - Hide Maximize Icon είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ralf Haring, και η κύρια λειτουργία του είναι "The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης G+ Lightbox - Hide Maximize Icon

Λήψη αρχείων επέκτασης G+ Lightbox - Hide Maximize Icon σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This extension hides the maximize icon in the G+ picture lightbox view by default and only shows it if you hover the mouse over the bottom right of the picture.                    

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

Όνομα G+ Lightbox - Hide Maximize Icon G+ Lightbox - Hide Maximize Icon
ID jkmjolfmmjhhhpafhdeeeakfmhehhmcn
Επίσημο URL https://chromewebstore.google.com/detail/g+-lightbox-hide-maximize/jkmjolfmmjhhhpafhdeeeakfmhehhmcn
Περιγραφή The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.
Μέγεθος Αρχείου 4.1 KB
Αριθμός Εγκαταστάσεων 78
Τρέχουσα Έκδοση 1.3.1
Τελευταία Ενημέρωση 2013-03-07
Ημερομηνία Δημοσίευσης 2013-03-07
Προγραμματιστής Ralf Haring
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "G+ Lightbox - Hide Maximize Icon",
    "version": "1.3.1",
    "description": "The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/plus.google.com\/*"
            ],
            "css": [
                "mystyles.css"
            ]
        }
    ],
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    }
}