WebPlatform Search Companion
Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…
什么是WebPlatform Search Companion?
WebPlatform Search Companion是由mangini开发的Chrome扩展程序,该扩展的主要功能是“Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…”。
扩展截图
下载WebPlatform Search Companion扩展crx文件
下载WebPlatform Search Companion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature. Just type "wpd"+space on your Chrome omnibox (that box where you type URLs) and the extension will be activated. Then, type whatever CSS property, for exemple, and you will get direct URLs to the corresponding http://webplatform.org pages. Example; type "wpdborder" and you will get the direct links to css: properties/border css: properties/border-bottom css: properties/border-bottom-color css: properties/border-bottom-color-left-radius css: properties/border-bottom-color-right-radius
扩展基本信息
名称 | WebPlatform Search Companion |
ID | cmnfpmlchcgefcboofmabaaclkgnoiei |
官方URL | https://chromewebstore.google.com/detail/webplatform-search-compan/cmnfpmlchcgefcboofmabaaclkgnoiei |
简介 | Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.… |
文件大小 | 22.05 KB |
安装次数 | 52 |
当前版本 | 1.0 |
更新时间 | 2012-12-13 |
上架时间 | 2012-12-12 |
评分 | 5.00/5 共1次评分 |
开发者 | mangini |
付费类型 | free |
扩展官网 | http://webplatform.org |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebPlatform Search Companion", "version": "1.0", "omnibox": { "keyword": "wpd" }, "icons": { "16": "logo-16.png", "128": "logo-128.png" }, "permissions": [ "http:\/\/docs.webplatform.org\/*" ], "background": { "persistent": false, "scripts": [ "background.js" ] } } |