Best Google SEO Helper
Strong Klout and Good RT.
什麼是Best Google SEO Helper?
Best Google SEO Helper是由carTurtle9開發的Chrome擴展程式,該擴展的主要功能是“Strong Klout and Good RT.”。
擴展截圖
下載Best Google SEO Helper擴展crx文件
下載Best Google SEO Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Check the Strong Klout and Good RT of any site on the web, right from Chrome.
擴展基本資訊
名稱 | Best Google SEO Helper |
ID | jhoigcpcdifaenahgkhneleghbgggfol |
官方網址 | https://chromewebstore.google.com/detail/best-google-seo-helper/jhoigcpcdifaenahgkhneleghbgggfol |
簡介 | Strong Klout and Good RT. |
檔案大小 | 19.09 KB |
安裝次數 | 214 |
目前版本 | 1.2 |
更新時間 | 2015-01-21 |
上架時間 | 2015-01-20 |
評分 | 4.20/5 共 5 次評分 |
開發者 | carTurtle9 |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Best Google SEO Helper", "description": "Strong Klout and Good RT.", "version": "1.2", "browser_action": { "default_icon": "icon-small.png", "default_popup": "popup.html" }, "icons": { "16": "logo16x16.png", "48": "logo48x48.png", "128": "logo128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |