SEO Insights
SEO Insights is an extension to get information for analysis and optimization of the current website.
SEO Insightsとは何ですか?
SEO InsightsはSebastian Broschによって開発されたChromeの拡張機能で、その主な機能は「SEO Insights is an extension to get information for analysis and optimization of the current website.」です。
拡張機能のスクリーンショット
SEO Insights拡張機能のCRXファイルをダウンロード
SEO Insights拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
SEO Insights determines the information directly from the website to support the analysis and optimization from a technical search engine optimization perspective.
SEO Insights displays the following information of a website:
⭐️ Meta-Information
title, description, canonical, robots
Twitter, Open Graph, Dublin Core, Parse.ly, Shareaholic
⭐️ Images and Icons
image size, alternative text and title
⭐️ Links
detailed overview of available hyperlinks
internal and external links
⭐️ Headings (H1 to H6)
⭐️ Files
Stylesheets and JavaScript files
special files like robots.txt or sitemap.xml
⭐️ HTTP-Header
⭐️ Tools
check the current website directly with different tools 拡張機能の基本情報
| 名前 | |
| ID | nlkopdpfkbifcibdoecnfabipofhnoom |
| 公式URL | https://chromewebstore.google.com/detail/seo-insights/nlkopdpfkbifcibdoecnfabipofhnoom |
| 説明 | SEO Insights is an extension to get information for analysis and optimization of the current website. |
| ファイルサイズ | 141 KB |
| インストール数 | 322 |
| 現在のバージョン | 0.0.6 |
| 最終更新日 | 2024-02-12 |
| 公開日 | 2021-05-26 |
| 開発者 | Sebastian Brosch |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | https://github.com/SEO-Insights/seo-insights/ |
| 対応言語 | de,en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "SEO Insights",
"version": "0.0.6",
"description": "__MSG_manifest_description__",
"default_locale": "en",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": "icon16.png",
"default_popup": "popup.html",
"default_title": "SEO Insights"
},
"permissions": [
"activeTab",
"scripting"
]
} | |