Page title tool

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

Apa itu Page title tool?

Page title tool adalah ekstensi Chrome yang dikembangkan oleh marchogh, dan fitur utamanya adalah "Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Page title tool

Unduh file ekstensi Page title tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Page title tool Page title tool
ID amppablblpkieebandnoajjmppnlehkc
URL Resmi https://chromewebstore.google.com/detail/page-title-tool/amppablblpkieebandnoajjmppnlehkc
Deskripsi Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title
Ukuran File 10.05 KB
Jumlah Instalasi 35
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2019-07-07
Tanggal Publikasi 2019-07-06
Penilaian 5.00/5 Total 1 Penilaian
Pengembang marchogh
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.marchogh.dk/
Bahasa yang Didukung 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"
        }
    }
}