Page title tool
Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title
Cos'è Page title tool?
Page title tool è un'estensione di Chrome sviluppata da marchogh, e la sua funzione principale è "Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Page title tool
Scarica i file di estensione Page title tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Page title tool |
ID | amppablblpkieebandnoajjmppnlehkc |
URL Ufficiale | https://chromewebstore.google.com/detail/page-title-tool/amppablblpkieebandnoajjmppnlehkc |
Descrizione | Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title |
Dimensione del File | 10.05 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2019-07-07 |
Data di Pubblicazione | 2019-07-06 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | marchogh |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.marchogh.dk/ |
Lingue Supportate | 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" } } } |