Can I Use

Display Can I Use stats

Qu'est-ce que Can I Use ?

Can I Use est une extension Chrome développée par Apparences Studio, et sa fonction principale est "Display Can I Use stats".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Can I Use

Téléchargez les fichiers d'extension Can I Use au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Can I Use Can I Use
ID mghkfppiikbifmgkiacnjigaggnfeikd
URL Officiel https://chromewebstore.google.com/detail/can-i-use/mghkfppiikbifmgkiacnjigaggnfeikd
Description Display Can I Use stats
Taille du Fichier 82.03 KB
Nombre d'Installations 29
Version Actuelle 1.0.3.4
Dernière Mise à Jour 2013-02-13
Date de Publication 2013-02-13
Évaluation 5.00/5 Total 3 Évaluations
Développeur Apparences Studio
Type de Paiement free
Site Web de l'Extension https://github.com/Lord-Nazdar/canIuseChromeApp
URL de la Page d'Aide http://apparencestudio.com/?page_id=108#FAQ
Langues Prises en Charge 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\/*"
    ]
}