Portent's SEO Page Review
Review common SEO elements and issues on the page
什么是Portent's SEO Page Review?
Portent's SEO Page Review是由https://www.portent.com开发的Chrome扩展程序,该扩展的主要功能是“Review common SEO elements and issues on the page”。
扩展截图
下载Portent's SEO Page Review扩展crx文件
下载Portent's SEO Page Review扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Portent’s SEO Page Review Chrome Extension is a lightweight browser add-on that reviews basic onsite SEO elements. It pulls the essential elements like Title Tags, Meta Description, Canonical tag, HREFLANG tags, on-page links, Open Graph, Twittercard, and all other meta data so you can quickly view the elements on the page.                     扩展基本信息
| 名称 |   |  
| ID | babgchcegnkbiojmdpnoilficladccfm | 
| 官方URL | https://chromewebstore.google.com/detail/portents-seo-page-review/babgchcegnkbiojmdpnoilficladccfm | 
| 简介 | Review common SEO elements and issues on the page | 
| 文件大小 | 28.7 KB | 
| 安装次数 | 7,357 | 
| 当前版本 | 1.1 | 
| 更新时间 | 2019-11-12 | 
| 上架时间 | 2019-11-12 | 
| 评分 | 4.67/5 共9次评分 | 
| 开发者 | https://www.portent.com | 
| 付费类型 | free | 
| 支持的语言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Portent's SEO Page Review",
    "description": "Review common SEO elements and issues on the page",
    "version": "1.1",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon-blue.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}  |  |