WebToolHub
Access free webmaster tools and other useful resources for analyzing or optimizing websites.
什么是WebToolHub?
WebToolHub是由webtoolhub开发的Chrome扩展程序,该扩展的主要功能是“Access free webmaster tools and other useful resources for analyzing or optimizing websites.”。
扩展截图
下载WebToolHub扩展crx文件
下载WebToolHub扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Free Webmaster and SEO toolbar extension. Use our free webmaster toolbar to easily access web tools, services and other web resources directly from your browser.
扩展基本信息
名称 | WebToolHub |
ID | ijohadapedgehnekkgimpineifjciacc |
官方URL | https://chromewebstore.google.com/detail/webtoolhub/ijohadapedgehnekkgimpineifjciacc |
简介 | Access free webmaster tools and other useful resources for analyzing or optimizing websites. |
文件大小 | 102 KB |
安装次数 | 180 |
当前版本 | 2.0 |
更新时间 | 2015-01-01 |
上架时间 | 2014-12-31 |
评分 | 5.00/5 共1次评分 |
开发者 | webtoolhub |
付费类型 | free |
扩展官网 | http://www.webtoolhub.com |
帮助页面URL | http://www.webtoolhub.com/pub/toolbar.aspx |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebToolHub", "manifest_version": 2, "version": "2.0", "description": "Access free webmaster tools and other useful resources for analyzing or optimizing websites.", "short_name": "WTH", "browser_action": { "default_icon": "images\/icon48.png", "default_popup": "popup.html" }, "icons": { "64": "images\/icon64.png", "48": "images\/icon48.png", "32": "images\/icon32.png", "16": "images\/icon16.png" }, "permissions": [ "tabs" ] } |