Meta Generator Version Check

Shows alert if web page is generated from an outdated version of WordPress, Joomla, MediaWiki, or other web software.

Τι είναι το Meta Generator Version Check;

Το Meta Generator Version Check είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον White Fir Design, και η κύρια λειτουργία του είναι "Shows alert if web page is generated from an outdated version of WordPress, Joomla, MediaWiki, or other web software.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Meta Generator Version Check

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

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

                        Meta Generator Version Check checks the meta generator tag, that is sometimes placed in web pages, to see if the web page is generated from an outdated version of web software.

It currently includes checks for:

• WordPress versions prior to 4.7
• Joomla versions prior to 3.6.4
• MediaWiki versions prior to 1.23.15, 1.26.4, and 1.27.1
• vBulletin versions prior to 4.2.2
• TYPO3 versions 7.0, 7.1, 7.2, and versions prior to 6.2
• concrete5 versions prior to 5.6.3.4, 5.7.5.12, 8.0.2
• SPIP versions prior to 2.1.29 and 3.0.20
• Exponent CMS versions prior to 2.4.0
• Zinnia versions prior to 0.15.2
• Revive Adserver (formerly OpenX) versions prior to 3.2.4
• WooFramework versions prior to 6.1.4

If you see that we are missing a check for software that provides a meta generator tag with version information please let us know so that we can include that in the extension.

If you are unsatisfied with the extension in any way, please get in touch with us to get a refund.

You can keep track of what versions of concrete5, Joomla, MediaWiki, Revive Adserver, SPIP, TYPO3, and WordPress are running on all of the websites you manage with our Up to Date? Chrome app, which is available at https://chrome.google.com/webstore/detail/up-to-date/gfdibfaafmpljichhkbgbegfoinihnab

Recent Changes
1.1.17: Now checks for WordPress versions prior to 4.7.
Now checks for concrete5 5.7 versions prior to 5.7.5.12 and 8 versions prior to 8.0.2.
1.1.16: Now checks for Exponent CMS versions prior to 2.4.0.
Now checks for Joomla versions prior to 3.6.4.
1.1.15: Now checks for WordPress versions prior to 4.6.1                    

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

Όνομα Meta Generator Version Check Meta Generator Version Check
ID fahebfpoehlhpngkmdgldkkilflkelbl
Επίσημο URL https://chromewebstore.google.com/detail/meta-generator-version-ch/fahebfpoehlhpngkmdgldkkilflkelbl
Περιγραφή Shows alert if web page is generated from an outdated version of WordPress, Joomla, MediaWiki, or other web software.
Μέγεθος Αρχείου 57.61 KB
Αριθμός Εγκαταστάσεων 384
Τρέχουσα Έκδοση 1.1.17
Τελευταία Ενημέρωση 2017-01-22
Ημερομηνία Δημοσίευσης 2017-01-22
Αξιολόγηση 3.15/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής White Fir Design
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.whitefirdesign.com/meta-generator-version-check?pk_campaign=MGVC-Chrome
Διεύθυνση URL της Σελίδας Βοήθειας http://www.whitefirdesign.com/meta-generator-version-check
URL της Σελίδας Πολιτικής Απορρήτου https://www.whitefirdesign.com/chrome-extension-privacy-policy.html
Υποστηριζόμενες Γλώσσες id,de,en,en-GB,fr,nl,no,vi,tr,ca,da,es,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meta Generator Version Check",
    "description": "__MSG_extension_description__",
    "version": "1.1.17",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "options_page": "options.html",
    "page_action": {
        "default_title": "Meta Generator Version Check"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "homepage_url": "http:\/\/www.whitefirdesign.com\/meta-generator-version-check?pk_campaign=MGVC-Chrome",
    "offline_enabled": true
}