Page title tool
Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title
Page title toolคืออะไร?
Page title tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย marchogh และคุณลักษณะหลักของมันคือ "Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Page title tool
ดาวน์โหลดไฟล์ส่วนขยาย Page title tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Page title tool |
ID | amppablblpkieebandnoajjmppnlehkc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/page-title-tool/amppablblpkieebandnoajjmppnlehkc |
คำอธิบาย | Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title |
ขนาดไฟล์ | 10.05 KB |
จำนวนการติดตั้ง | 35 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2019-07-07 |
วันที่เผยแพร่ | 2019-07-06 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | marchogh |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.marchogh.dk/ |
ภาษาที่รองรับ | 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" } } } |