Meta Reader
Extension for reading meta, headers and images for the current page.
Qu'est-ce que Meta Reader ?
Meta Reader est une extension Chrome développée par rattuedev, et sa fonction principale est "Extension for reading meta, headers and images for the current page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Meta Reader
Téléchargez les fichiers d'extension Meta Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Meta Reader |
ID | bodbimicombkcinchnmcbbhcjjfoookf |
URL Officiel | https://chromewebstore.google.com/detail/meta-reader/bodbimicombkcinchnmcbbhcjjfoookf |
Description | Extension for reading meta, headers and images for the current page. |
Taille du Fichier | 13.13 KB |
Nombre d'Installations | 530 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2017-03-07 |
Date de Publication | 2017-03-07 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | rattuedev |
Type de Paiement | free |
Langues Prises en Charge | 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" } |