Simple On Page SEO
SEO on page analyzer. Look for keyword density, keyword checker in title and meta tags.
Simple On Page SEOとは何ですか?
Simple On Page SEOは_DaveBennettによって開発されたChromeの拡張機能で、その主な機能は「SEO on page analyzer. Look for keyword density, keyword checker in title and meta tags.」です。
拡張機能のスクリーンショット
Simple On Page SEO拡張機能のCRXファイルをダウンロード
Simple On Page SEO拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
I needed an on page SEO analyzer for my website that was like Yoast SEO. My goal was to do some simple keyword analysis and checks. Wrote for fun, there might be some bugs so let me know.
拡張機能の基本情報
名前 | Simple On Page SEO |
ID | aemgcoipfmfbdgfgicfbmpjnhlbpajch |
公式URL | https://chromewebstore.google.com/detail/simple-on-page-seo/aemgcoipfmfbdgfgicfbmpjnhlbpajch |
説明 | SEO on page analyzer. Look for keyword density, keyword checker in title and meta tags. |
ファイルサイズ | 42.99 KB |
インストール数 | 1,221 |
現在のバージョン | 1.2 |
最終更新日 | 2019-07-11 |
公開日 | 2019-07-10 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | _DaveBennett |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "SEO on page analyzer. Look for keyword density, keyword checker in title and meta tags.", "version": "1.2", "name": "Simple On Page SEO", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "128": "icon.png" }, "permissions": [ "activeTab", "storage" ] } |