SEO META in 1 CLICK
Displays all meta data and main SEO information for the best SEO
SEO META in 1 CLICKとは何ですか?
SEO META in 1 CLICKはhttps://www.seo-extension.comによって開発されたChromeの拡張機能で、その主な機能は「Displays all meta data and main SEO information for the best SEO」です。
拡張機能のスクリーンショット
SEO META in 1 CLICK拡張機能のCRXファイルをダウンロード
SEO META in 1 CLICK拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
SEO META in 1 CLICK is a tool that displays all meta tags/data and main seo information clearly. By using this tool, we hope you can better manage and improve your SEO and visibility on Internet
We focus on displaying:
✔ title and its length,
✔ description and its length,
✔ URL (and meta-canonical url too),
✔ meta-robots,
✔ displaying headers in order of their appearance in HTML (H1, H2, H3, H4, H5 and H6),
✔ number of images with and without ALT,
✔ the number of links (internal, unique, ...)
✔ Open Graph and twitter social data
✔ Robots.txt and sitemap.xml
✔ and much more...
(See printscreens)
You can also via ETERNAL TOOLS analyse your site and know how improve it (html, css, Google Rich Snippet, PageSpeed...) 拡張機能の基本情報
| 名前 | |
| ID | bjogjfinolnhfhkbipphpdlldadpnmhc |
| 公式URL | https://chromewebstore.google.com/detail/seo-meta-in-1-click/bjogjfinolnhfhkbipphpdlldadpnmhc |
| 説明 | Displays all meta data and main SEO information for the best SEO |
| ファイルサイズ | 449 KB |
| インストール数 | 668,176 |
| 現在のバージョン | 2.66 |
| 最終更新日 | 2020-09-27 |
| 公開日 | 2019-07-19 |
| 評価 | 4.87/5 合計 1018 レビュー |
| 開発者 | https://www.seo-extension.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.seo-extension.com/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SEO META in 1 CLICK",
"description": "Displays all meta data and main SEO information for the best SEO",
"version": "2.66",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"minimum_chrome_version": "16.0.884",
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": "img\/icon128.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"bg.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |