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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
}
]
} | |