Meta Reader
Extension for reading meta, headers and images for the current page.
Co to jest Meta Reader?
Meta Reader to rozszerzenie Chrome opracowane przez rattuedev, a jego główną funkcją jest „Extension for reading meta, headers and images for the current page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Meta Reader
Pobierz pliki rozszerzeń Meta Reader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Meta Reader |
ID | bodbimicombkcinchnmcbbhcjjfoookf |
Oficjalny URL | https://chromewebstore.google.com/detail/meta-reader/bodbimicombkcinchnmcbbhcjjfoookf |
Opis | Extension for reading meta, headers and images for the current page. |
Rozmiar pliku | 13.13 KB |
Liczba instalacji | 530 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2017-03-07 |
Data Publikacji | 2017-03-07 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | rattuedev |
Typ Płatności | free |
Obsługiwane Języki | 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" } |