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 |
官方網址 | 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 |
電子郵箱 | [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", " |