Page title tool
Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title
Qu'est-ce que Page title tool ?
Page title tool est une extension Chrome développée par marchogh, et sa fonction principale est "Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Page title tool
Téléchargez les fichiers d'extension Page title tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Page title tool |
ID | amppablblpkieebandnoajjmppnlehkc |
URL Officiel | https://chromewebstore.google.com/detail/page-title-tool/amppablblpkieebandnoajjmppnlehkc |
Description | Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title |
Taille du Fichier | 10.05 KB |
Nombre d'Installations | 35 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2019-07-07 |
Date de Publication | 2019-07-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | marchogh |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.marchogh.dk/ |
Langues Prises en Charge | 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" } } } |