SEO Inspector

This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel

Wat is SEO Inspector?

SEO Inspector is een Chrome-extensie ontwikkeld door codefrog0, en de belangrijkste functie is "This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SEO Inspector

Download SEO Inspector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam SEO Inspector SEO Inspector
ID iejckekdjogeeilmllnabmgkbbmedeal
Officiële URL https://chromewebstore.google.com/detail/seo-inspector/iejckekdjogeeilmllnabmgkbbmedeal
Beschrijving This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel
Bestandsgrootte 58.53 KB
Aantal Installaties 1,594
Huidige Versie 1.0.2
Laatst Bijgewerkt 2017-03-29
Publicatiedatum 2017-03-29
Beoordeling 4.88/5 Totaal 8 Beoordelingen
Ontwikkelaar codefrog0
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEO Inspector",
    "description": "This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel",
    "version": "1.0.2",
    "devtools_page": "devtools.html",
    "options_page": "Panel\/AppTesterPanel.html",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "icons": {
        "16": "icon\/[email protected]",
        "48": "icon\/[email protected]",
        "128": "icon\/[email protected]"
    },
    "browser_action": {
        "default_icon": "icon\/[email protected]",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*\/*",
        "storage"
    ],
    "sandbox": {
        "pages": [
            "sandboxed.html"
        ]
    }
}