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是由marchogh開發的Chrome擴展程式,該擴展的主要功能是“Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title”。
擴展截圖
下載Page title tool擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | amppablblpkieebandnoajjmppnlehkc |
| 官方網址 | 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"
}
}
} | |