SEO Meta Helper

Analyze and highlight the keywords and meta tags on the page

Cos'è SEO Meta Helper?

SEO Meta Helper è un'estensione di Chrome sviluppata da petrovnn, e la sua funzione principale è "Analyze and highlight the keywords and meta tags on the page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SEO Meta Helper

Scarica i file di estensione SEO Meta Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Analyze and highlight the keywords and meta tags on the page

issues and pull requests are welcome on GitHub: https://github.com/petrovnn/seometahelper/issues                    

Informazioni di Base sull'Estensione

Nome SEO Meta Helper SEO Meta Helper
ID ophnbpddglgmhejmapegoopggbelkeep
URL Ufficiale https://chrome.google.com/webstore/detail/seo-meta-helper/ophnbpddglgmhejmapegoopggbelkeep
Descrizione Analyze and highlight the keywords and meta tags on the page
Dimensione del File 33.21 KB
Conteggio Installazioni 516
Versione Corrente 0.9.7
Ultimo Aggiornamento 2019-03-14
Data di Pubblicazione 2019-03-14
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore petrovnn
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/meta-systems/seometahelper
URL della Pagina di Aiuto https://github.com/petrovnn/seometahelper/issues
Lingue Supportate en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEO Meta Helper",
    "version": "0.9.7",
    "manifest_version": 2,
    "description": "Analyze and highlight the keywords and meta tags on the page",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/seo-meta-helper\/ophnbpddglgmhejmapegoopggbelkeep",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "SEO meta helper",
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js",
            "popup.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "fix.css"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "copy.svg"
    ]
}