SEO PageRank
Give the current page's SEO score, help you find issues and get advices to fix them
什麼是SEO PageRank?
SEO PageRank是由https://www.pagerankstatus.org開發的Chrome擴展程式,該擴展的主要功能是“Give the current page's SEO score, help you find issues and get advices to fix them”。
擴展截圖
下載SEO PageRank擴展crx文件
下載SEO PageRank擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Give an SEO score based on the following content on the page: 1.Url 2. Title 3. Description 4. Article length 5. Article structure 6. Images 7. Head tags
擴展基本資訊
名稱 | SEO PageRank |
ID | lndiecnlfaibiffoeijpjnblnmdlcpog |
官方網址 | https://chromewebstore.google.com/detail/seo-pagerank/lndiecnlfaibiffoeijpjnblnmdlcpog |
簡介 | Give the current page's SEO score, help you find issues and get advices to fix them |
檔案大小 | 60.96 KB |
安裝次數 | 11,001 |
目前版本 | 1.2.1 |
更新時間 | 2022-11-06 |
上架時間 | 2022-11-06 |
評分 | 3.44/5 共 103 次評分 |
開發者 | https://www.pagerankstatus.org |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SEO PageRank", "description": "Give the current page's SEO score, help you find issues and get advices to fix them", "version": "1.2.1", "icons": { "128": "img\/logo-128.png", "16": "img\/logo-16.png", "48": "img\/logo-48.png" }, "background": { "service_worker": "\/background.js" }, "action": { "default_icon": "img\/logo.png", "default_title": "SEO PageRank", "name": "SEO PageRank", "default_popup": "popup.html" }, "homepage_url": "https:\/\/www.pagerankstatus.org", "permissions": [ "activeTab" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/content.js" ] } ] } |