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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } } |