Page title tool

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

Co to jest Page title tool?

Page title tool to rozszerzenie Chrome opracowane przez marchogh, a jego główną funkcją jest „Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Page title tool

Pobierz pliki rozszerzeń Page title tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Page title tool Page title tool
ID amppablblpkieebandnoajjmppnlehkc
Oficjalny URL https://chromewebstore.google.com/detail/page-title-tool/amppablblpkieebandnoajjmppnlehkc
Opis Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title
Rozmiar pliku 10.05 KB
Liczba instalacji 35
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2019-07-07
Data Publikacji 2019-07-06
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper marchogh
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.marchogh.dk/
Obsługiwane Języki 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"
        }
    }
}