SEO META in 1 CLICK
Displays all meta data and main SEO information for the best SEO
什麼是SEO META in 1 CLICK?
SEO META in 1 CLICK是由https://www.seo-extension.com開發的Chrome擴展程式,該擴展的主要功能是“Displays all meta data and main SEO information for the best SEO”。
擴展截圖
下載SEO META in 1 CLICK擴展crx文件
下載SEO META in 1 CLICK擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
SEO META in 1 CLICK is a tool that displays all meta tags/data and main seo information clearly. By using this tool, we hope you can better manage and improve your SEO and visibility on Internet
We focus on displaying:
✔ title and its length,
✔ description and its length,
✔ URL (and meta-canonical url too),
✔ meta-robots,
✔ displaying headers in order of their appearance in HTML (H1, H2, H3, H4, H5 and H6),
✔ number of images with and without ALT,
✔ the number of links (internal, unique, ...)
✔ Open Graph and twitter social data
✔ Robots.txt and sitemap.xml
✔ and much more...
(See printscreens)
You can also via ETERNAL TOOLS analyse your site and know how improve it (html, css, Google Rich Snippet, PageSpeed...) 擴展基本資訊
| 名稱 | |
| ID | bjogjfinolnhfhkbipphpdlldadpnmhc |
| 官方網址 | https://chromewebstore.google.com/detail/seo-meta-in-1-click/bjogjfinolnhfhkbipphpdlldadpnmhc |
| 簡介 | Displays all meta data and main SEO information for the best SEO |
| 檔案大小 | 449 KB |
| 安裝次數 | 668,176 |
| 目前版本 | 2.66 |
| 更新時間 | 2020-09-27 |
| 上架時間 | 2019-07-19 |
| 評分 | 4.87/5 共 1018 次評分 |
| 開發者 | https://www.seo-extension.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://www.seo-extension.com/ |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SEO META in 1 CLICK",
"description": "Displays all meta data and main SEO information for the best SEO",
"version": "2.66",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"minimum_chrome_version": "16.0.884",
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": "img\/icon128.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"bg.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |