Page title tool
Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title
O que é Page title tool?
Page title tool é uma extensão do Chrome desenvolvida por marchogh, e sua principal característica é "Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Page title tool
Baixe arquivos de extensão Page title tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Page title tool |
ID | amppablblpkieebandnoajjmppnlehkc |
URL Oficial | https://chromewebstore.google.com/detail/page-title-tool/amppablblpkieebandnoajjmppnlehkc |
Descrição | Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title |
Tamanho do Arquivo | 10.05 KB |
Contagem de Instalações | 35 |
Versão Atual | 1.0.1 |
Última Atualização | 2019-07-07 |
Data de Publicação | 2019-07-06 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | marchogh |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.marchogh.dk/ |
Idiomas Suportados | 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" } } } |