Meta Reader

Extension for reading meta, headers and images for the current page.

Cos'è Meta Reader?

Meta Reader è un'estensione di Chrome sviluppata da rattuedev, e la sua funzione principale è "Extension for reading meta, headers and images for the current page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Meta Reader

Scarica i file di estensione Meta Reader 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

                        One click SEO meta reader extension, allows quick and easy display of key SEO metrics for any page.

Update 0.3
- Added Image section to list all images on page, along with their meta and a link to view in place
- Changed layout to use tabs
- Updated headers section to correctly show "None Found"

Update 0.2
- Added support for Canonical and Robots tag                    

Informazioni di Base sull'Estensione

Nome Meta Reader Meta Reader
ID bodbimicombkcinchnmcbbhcjjfoookf
URL Ufficiale https://chromewebstore.google.com/detail/meta-reader/bodbimicombkcinchnmcbbhcjjfoookf
Descrizione Extension for reading meta, headers and images for the current page.
Dimensione del File 13.13 KB
Conteggio Installazioni 530
Versione Corrente 0.3
Ultimo Aggiornamento 2017-03-07
Data di Pubblicazione 2017-03-07
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore rattuedev
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meta Reader",
    "description": "Extension for reading meta, headers and images for the current page.",
    "version": "0.3",
    "author": "Rattler",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Check page Meta"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "minimum_chrome_version": "51.0"
}