Page title tool
Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title
Hvad er Page title tool?
Page title tool er en Chrome-udvidelse udviklet af marchogh, og dens hovedfunktion er "Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title".
Udvidelsesskærmbilleder
Download Page title tool-udvidelses-CRX-fil
Download Page title tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Page title tool |
ID | amppablblpkieebandnoajjmppnlehkc |
Officiel URL | https://chromewebstore.google.com/detail/page-title-tool/amppablblpkieebandnoajjmppnlehkc |
Beskrivelse | Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title |
Filstørrelse | 10.05 KB |
Antal Installationer | 35 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2019-07-07 |
Udgivelsesdato | 2019-07-06 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | marchogh |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.marchogh.dk/ |
Understøttede Sprog | 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" } } } |