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 là gì?

Page title tool là một tiện ích mở rộng Chrome được phát triển bởi marchogh, và tính năng chính của nó là "Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Page title tool

Tải xuống các tệp mở rộng Page title tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Page title tool Page title tool
ID amppablblpkieebandnoajjmppnlehkc
URL Chính Thức https://chromewebstore.google.com/detail/page-title-tool/amppablblpkieebandnoajjmppnlehkc
Mô tả Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title
Kích Thước Tệp 10.05 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-07-07
Ngày Phát Hành 2019-07-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển marchogh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.marchogh.dk/
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}