Can I Use?
Can I Use? - Support tables for HTML5, CSS3, etc
什么是Can I Use??
Can I Use?是由Marcelo Mazza开发的Chrome扩展程序,该扩展的主要功能是“Can I Use? - Support tables for HTML5, CSS3, etc”。
扩展截图
下载Can I Use?扩展crx文件
下载Can I Use?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Version 0.6
===========
- Retina icon in manifest
- Cleanup design
- Updated data from caniuse.com
----
caniuse.com unofficial chrome extension.
Souce code on Github:
http://github.com/marcelomazza/caniuse-chrome-extension
@mazzamarcelo
----
Version 0.5
===========
- Changes browser icons (now they are flat)
- Now we only show the most used browsers
- Design tweaks
- Updated feature-list.json
Version 0.4
===========
- Improved L&F details
- Added a link to the original source in caniuse.com (Thanks Neil Carpenter)
- Improved autocomplete usability
- Added visual reference (Thanks Eze de Martiis)
v0.3 / added autocomplete
v0.2 / new icon
v0.1 / initial release 扩展基本信息
| 名称 | |
| ID | kinefpelfmogilfkmjlbfkamgmofmedf |
| 官方URL | https://chromewebstore.google.com/detail/can-i-use/kinefpelfmogilfkmjlbfkamgmofmedf |
| 简介 | Can I Use? - Support tables for HTML5, CSS3, etc |
| 文件大小 | 331 KB |
| 安装次数 | 353 |
| 当前版本 | 0.5 |
| 更新时间 | 2016-11-14 |
| 上架时间 | 2016-11-13 |
| 评分 | 4.86/5 共7次评分 |
| 开发者 | Marcelo Mazza |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Can I Use?",
"version": "0.5",
"manifest_version": 2,
"description": "Can I Use? - Support tables for HTML5, CSS3, etc",
"browser_action": {
"default_icon": "icon16.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |