Meta Reader

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

Wat is Meta Reader?

Meta Reader is een Chrome-extensie ontwikkeld door rattuedev, en de belangrijkste functie is "Extension for reading meta, headers and images for the current page.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Meta Reader

Download Meta Reader-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

                        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                    

Basisinformatie over de Extensie

Naam Meta Reader Meta Reader
ID bodbimicombkcinchnmcbbhcjjfoookf
Officiële URL https://chromewebstore.google.com/detail/meta-reader/bodbimicombkcinchnmcbbhcjjfoookf
Beschrijving Extension for reading meta, headers and images for the current page.
Bestandsgrootte 13.13 KB
Aantal Installaties 530
Huidige Versie 0.3
Laatst Bijgewerkt 2017-03-07
Publicatiedatum 2017-03-07
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar rattuedev
Betalingswijze free
Ondersteunde Talen 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"
}