SEO4Ajax Companion

SEO4Ajax Companion allows testing the Google Ajax Scheme implementation directly in your browser

Τι είναι το SEO4Ajax Companion;

Το SEO4Ajax Companion είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.seo4ajax.com, και η κύρια λειτουργία του είναι "SEO4Ajax Companion allows testing the Google Ajax Scheme implementation directly in your browser".

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

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

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

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

                        How to use the extension

- Open the URL of any website implementing the Google Ajax Scheme specification.
- The extension checks that the website is respecting the specification and appends the query parameter _escaped_fragment_= to the URL if so.
- The extension disables JavaScript so you can preview exactly what compliant bots see, in your browser.
- The color of the extension icon turns to green meaning the snapshot of the page has been properly served.

For more information, see: https://github.com/seo4ajax/companion/blob/master/README.md

Source code available on github: https://github.com/seo4ajax/companion                    

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

Όνομα SEO4Ajax Companion SEO4Ajax Companion
ID biomhooeobfaecacpeblladnfbjebnnp
Επίσημο URL https://chromewebstore.google.com/detail/seo4ajax-companion/biomhooeobfaecacpeblladnfbjebnnp
Περιγραφή SEO4Ajax Companion allows testing the Google Ajax Scheme implementation directly in your browser
Μέγεθος Αρχείου 84.39 KB
Αριθμός Εγκαταστάσεων 68
Τρέχουσα Έκδοση 1.0.15
Τελευταία Ενημέρωση 2017-08-18
Ημερομηνία Δημοσίευσης 2017-08-18
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://www.seo4ajax.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEO4Ajax Companion",
    "description": "SEO4Ajax Companion allows testing the Google Ajax Scheme implementation directly in your browser",
    "version": "1.0.15",
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/init.js",
            "scripts\/configuration.js",
            "scripts\/bgpage\/misc\/netfilters.js",
            "scripts\/bgpage\/tabs.js",
            "scripts\/bgpage\/network.js",
            "scripts\/bgpage\/welcome.js",
            "scripts\/bgpage\/business.js",
            "scripts\/bgpage\/ui.js",
            "scripts\/bgpage\/index.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "scripts\/init.js",
                "scripts\/configuration.js",
                "scripts\/content\/misc\/minhash.js",
                "scripts\/content\/misc\/tokenizer.js",
                "scripts\/content\/bgpage.js",
                "scripts\/content\/url.js",
                "scripts\/content\/webpage.js",
                "scripts\/content\/business.js",
                "scripts\/content\/index.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "ui\/options.html",
    "browser_action": {
        "default_title": "Click to enable\/disable SEO4Ajax Companion",
        "default_icon": {
            "38": "icons\/icon-38-default.png"
        }
    },
    "manifest_version": 2
}