VGSEO - SEO data page
Show seo info page: title, description, keywords, h1, h2, h3, h4, h5, h6, strong tag, count repeat words, links, images, headers.
什麼是VGSEO - SEO data page?
VGSEO - SEO data page是由vladimir.gav92開發的Chrome擴展程式,該擴展的主要功能是“Show seo info page: title, description, keywords, h1, h2, h3, h4, h5, h6, strong tag, count repeat words, links, images, headers.”。
擴展截圖
下載VGSEO - SEO data page擴展crx文件
下載VGSEO - SEO data page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
VGSEO - show SEO information of page. 1. Current URL 2. Status page: 200 ОК, 301 Moved Permanently, 302 Found, 304 Not Modified, 403 Forbidden, 404 Not Found, 410 Gone, 451 Unavailable For Legal Reasons, 500 Internal Server Error, 503 Service Unavailable, 504 Gateway Timeout. 3. protocol: HTTP, HTTPS 4. title page, description page, keywords page 5. Tags: h1, h2, h3, h4, h5, h6, strong 6. Count repeat words, all words page. 7. Links page: rel, link href, link text 8. Images page: src url, alt, title 9. Headers page: cache-control, content-encoding, content-type, date, expires, pragma, server, status.
擴展基本資訊
名稱 | VGSEO - SEO data page |
ID | hollokjpojkhhildjfaclcabacnhhdoi |
官方網址 | https://chromewebstore.google.com/detail/vgseo-seo-data-page/hollokjpojkhhildjfaclcabacnhhdoi |
簡介 | Show seo info page: title, description, keywords, h1, h2, h3, h4, h5, h6, strong tag, count repeat words, links, images, headers. |
檔案大小 | 47.63 KB |
安裝次數 | 63 |
目前版本 | 1.1 |
更新時間 | 2020-04-14 |
上架時間 | 2020-04-14 |
評分 | 5.00/5 共 3 次評分 |
開發者 | vladimir.gav92 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ ".\/js\/event.js" ] }, "browser_action": { "default_icon": ".\/img\/icons\/extension\/38x38.png", "default_popup": "popup.html", "default_title": "__MSG_name__" }, "description": "__MSG_description__", "default_locale": "en", "icons": { "128": ".\/img\/icons\/extension\/128x128.png", "16": ".\/img\/icons\/extension\/16x16.png", "32": ".\/img\/icons\/extension\/32x32.png", "48": ".\/img\/icons\/extension\/48x48.png" }, "manifest_version": 2, "name": "__MSG_name__", "options_page": "popup.html?options=1", "permissions": [ "activeTab" ], "short_name": "__MSG_name__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |