Image rotator

One of the less useful extensions out there.

Τι είναι το Image rotator;

Το Image rotator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον FH, και η κύρια λειτουργία του είναι "One of the less useful extensions out there.".

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

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

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

                        Does what the title says it does.                    

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

Όνομα Image rotator Image rotator
ID amplighgcpifjbdglmkhhcafffaafpoc
Επίσημο URL https://chrome.google.com/webstore/detail/image-rotator/amplighgcpifjbdglmkhhcafffaafpoc
Περιγραφή One of the less useful extensions out there.
Μέγεθος Αρχείου 3.86 KB
Αριθμός Εγκαταστάσεων 10
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2013-12-15
Ημερομηνία Δημοσίευσης 2013-12-15
Αξιολόγηση 1.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής FH
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image rotator",
    "description": "One of the less useful extensions out there.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}