SEO PageRank
Give the current page's SEO score, help you find issues and get advices to fix them
SEO PageRankとは何ですか?
SEO PageRankはhttps://www.pagerankstatus.orgによって開発されたChromeの拡張機能で、その主な機能は「Give the current page's SEO score, help you find issues and get advices to fix them」です。
拡張機能のスクリーンショット
SEO PageRank拡張機能のCRXファイルをダウンロード
SEO PageRank拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Give an SEO score based on the following content on the page: 1.Url 2. Title 3. Description 4. Article length 5. Article structure 6. Images 7. Head tags
拡張機能の基本情報
名前 | SEO PageRank |
ID | lndiecnlfaibiffoeijpjnblnmdlcpog |
公式URL | https://chromewebstore.google.com/detail/seo-pagerank/lndiecnlfaibiffoeijpjnblnmdlcpog |
説明 | Give the current page's SEO score, help you find issues and get advices to fix them |
ファイルサイズ | 60.96 KB |
インストール数 | 11,001 |
現在のバージョン | 1.2.1 |
最終更新日 | 2022-11-06 |
公開日 | 2022-11-06 |
評価 | 3.44/5 合計 103 レビュー |
開発者 | https://www.pagerankstatus.org |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SEO PageRank", "description": "Give the current page's SEO score, help you find issues and get advices to fix them", "version": "1.2.1", "icons": { "128": "img\/logo-128.png", "16": "img\/logo-16.png", "48": "img\/logo-48.png" }, "background": { "service_worker": "\/background.js" }, "action": { "default_icon": "img\/logo.png", "default_title": "SEO PageRank", "name": "SEO PageRank", "default_popup": "popup.html" }, "homepage_url": "https:\/\/www.pagerankstatus.org", "permissions": [ "activeTab" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/content.js" ] } ] } |