Page title tool
Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title
Wat is Page title tool?
Page title tool is een Chrome-extensie ontwikkeld door marchogh, en de belangrijkste functie is "Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title".
Extensie Screenshots
Download het CRX-bestand van de extensie Page title tool
Download Page title tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Page title tool |
ID | amppablblpkieebandnoajjmppnlehkc |
Officiële URL | https://chromewebstore.google.com/detail/page-title-tool/amppablblpkieebandnoajjmppnlehkc |
Beschrijving | Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title |
Bestandsgrootte | 10.05 KB |
Aantal Installaties | 35 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2019-07-07 |
Publicatiedatum | 2019-07-06 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | marchogh |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.marchogh.dk/ |
Ondersteunde Talen | 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" } } } |