Can I Use?
Can I Use? - Support tables for HTML5, CSS3, etc
What is Can I Use??
Can I Use? is a Chrome extension developed by Marcelo Mazza, and its main feature is "Can I Use? - Support tables for HTML5, CSS3, etc".
Extension Screenshots
Download Can I Use? Extension CRX File
Download Can I Use? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | kinefpelfmogilfkmjlbfkamgmofmedf |
| Official URL | https://chromewebstore.google.com/detail/can-i-use/kinefpelfmogilfkmjlbfkamgmofmedf |
| Description | Can I Use? - Support tables for HTML5, CSS3, etc |
| File Size | 331 KB |
| Installation Count | 353 |
| Current Version | 0.5 |
| Last Updated | 2016-11-14 |
| Publish Date | 2016-11-13 |
| Rating | 4.86/5 Total 7 Ratings |
| Developer | Marcelo Mazza |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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'"
} | |