Page title tool

Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title

什么是Page title tool?

Page title tool是由marchogh开发的Chrome扩展程序,该扩展的主要功能是“Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title”。

扩展截图

screenshot

下载Page title tool扩展crx文件

下载Page title tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This page title tool reflects the appearance of a snippet in Google SERPs, which allows to optimize a page title.

Measure the length of the page title.

If page title is between 65 - 70 characters it will show yellow warning and if it's over 70 characters it will show red error.                    

扩展基本信息

名称 Page title tool Page title tool
ID amppablblpkieebandnoajjmppnlehkc
官方URL https://chromewebstore.google.com/detail/page-title-tool/amppablblpkieebandnoajjmppnlehkc
简介 Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title
文件大小 10.05 KB
安装次数 35
当前版本 1.0.1
更新时间 2019-07-07
上架时间 2019-07-06
评分 5.00/5 共1次评分
开发者 marchogh
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.marchogh.dk/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page title tool",
    "description": "Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title",
    "version": "1.0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens popup.html"
        }
    }
}