Meta Reader
Extension for reading meta, headers and images for the current page.
Meta Readerとは何ですか?
Meta Readerはrattuedevによって開発されたChromeの拡張機能で、その主な機能は「Extension for reading meta, headers and images for the current page.」です。
拡張機能のスクリーンショット
Meta Reader拡張機能のCRXファイルをダウンロード
Meta Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Meta Reader |
ID | bodbimicombkcinchnmcbbhcjjfoookf |
公式URL | https://chromewebstore.google.com/detail/meta-reader/bodbimicombkcinchnmcbbhcjjfoookf |
説明 | Extension for reading meta, headers and images for the current page. |
ファイルサイズ | 13.13 KB |
インストール数 | 530 |
現在のバージョン | 0.3 |
最終更新日 | 2017-03-07 |
公開日 | 2017-03-07 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | rattuedev |
支払い方法 | free |
対応言語 | 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" } |