Can I Use

Display Can I Use stats

What is Can I Use?

Can I Use is a Chrome extension developed by Apparences Studio, and its main feature is "Display Can I Use stats".

Extension Screenshots

screenshot

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

                        Display the caniuse.com statistics directly in chrome.
Lets you improve your development process by allowing you to check if the markups you use are compatible with all browser.

Update (1.0.3.4):
 * Google Analytics
 * Autocomplete

Display information for desktop browsers:
 * IE
 * Firefox
 * Chrome
 * Safari
 * Opera

Display information for mobile browsers:
 * IOS Browser
 * Android default browser
 * Blackberry Browser
 * Chrome Android
 * Firefox Android
 * Opera
 * Opera Mini

This App is not related to the website caniuse.com and his creator.                    

Extension Basic Information

Name Can I Use Can I Use
ID mghkfppiikbifmgkiacnjigaggnfeikd
Official URL https://chromewebstore.google.com/detail/can-i-use/mghkfppiikbifmgkiacnjigaggnfeikd
Description Display Can I Use stats
File Size 82.03 KB
Installation Count 29
Current Version 1.0.3.4
Last Updated 2013-02-13
Publish Date 2013-02-13
Rating 5.00/5 Total 3 Ratings
Developer Apparences Studio
Payment Type free
Extension Website https://github.com/Lord-Nazdar/canIuseChromeApp
Help Page URL http://apparencestudio.com/?page_id=108#FAQ
Supported Languages en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Can I Use",
    "description": "Display Can I Use stats",
    "version": "1.0.3.4",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/raw.github.com\/Fyrd\/caniuse\/*"
    ]
}