Page title tool
Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title
Vad är Page title tool?
Page title tool är en Chrome-tillägg utvecklad av marchogh, och dess huvudfunktion är "Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title".
Tilläggsskärmbilder
Ladda ner Page title tool-förlängningens CRX-fil
Ladda ner Page title tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | amppablblpkieebandnoajjmppnlehkc |
| Officiell webbadress | https://chromewebstore.google.com/detail/page-title-tool/amppablblpkieebandnoajjmppnlehkc |
| Beskrivning | Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title |
| Filstorlek | 10.05 KB |
| Antal Installationer | 35 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2019-07-07 |
| Publiceringsdatum | 2019-07-06 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | marchogh |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.marchogh.dk/ |
| Stödda Språk | 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"
}
}
} | |