SEO Meta Helper
Analyze and highlight the keywords and meta tags on the page
SEO Meta Helperとは何ですか?
SEO Meta Helperはpetrovnnによって開発されたChromeの拡張機能で、その主な機能は「Analyze and highlight the keywords and meta tags on the page」です。
拡張機能のスクリーンショット
SEO Meta Helper拡張機能のCRXファイルをダウンロード
SEO Meta Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Analyze and highlight the keywords and meta tags on the page issues and pull requests are welcome on GitHub: https://github.com/petrovnn/seometahelper/issues
拡張機能の基本情報
名前 | |
ID | ophnbpddglgmhejmapegoopggbelkeep |
公式URL | https://chrome.google.com/webstore/detail/seo-meta-helper/ophnbpddglgmhejmapegoopggbelkeep |
説明 | Analyze and highlight the keywords and meta tags on the page |
ファイルサイズ | 33.21 KB |
インストール数 | 516 |
現在のバージョン | 0.9.7 |
最終更新日 | 2019-03-14 |
公開日 | 2019-03-14 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | petrovnn |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/meta-systems/seometahelper |
ヘルプページのURL | https://github.com/petrovnn/seometahelper/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "SEO Meta Helper", "version": "0.9.7", "manifest_version": 2, "description": "Analyze and highlight the keywords and meta tags on the page", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/seo-meta-helper\/ophnbpddglgmhejmapegoopggbelkeep", "icons": { "128": "icon128.png" }, "browser_action": { "default_title": "SEO meta helper", "default_icon": "icon48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "bg.js", "popup.js" ] }, "permissions": [ "tabs", "storage", " |