SEO Inspector
This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel
SEO Inspectorとは何ですか?
SEO Inspectorはcodefrog0によって開発されたChromeの拡張機能で、その主な機能は「This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel」です。
拡張機能のスクリーンショット
SEO Inspector拡張機能のCRXファイルをダウンロード
SEO Inspector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | iejckekdjogeeilmllnabmgkbbmedeal |
| 公式URL | https://chromewebstore.google.com/detail/seo-inspector/iejckekdjogeeilmllnabmgkbbmedeal |
| 説明 | This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel |
| ファイルサイズ | 58.53 KB |
| インストール数 | 1,594 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2017-03-29 |
| 公開日 | 2017-03-29 |
| 評価 | 4.88/5 合計 8 レビュー |
| 開発者 | codefrog0 |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SEO Inspector",
"description": "This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel",
"version": "1.0.2",
"devtools_page": "devtools.html",
"options_page": "Panel\/AppTesterPanel.html",
"background": {
"persistent": false,
"page": "background.html"
},
"icons": {
"16": "icon\/[email protected]",
"48": "icon\/[email protected]",
"128": "icon\/[email protected]"
},
"browser_action": {
"default_icon": "icon\/[email protected]",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"*:\/\/*\/*",
"storage"
],
"sandbox": {
"pages": [
"sandboxed.html"
]
}
} | |