Can I Use

Display Can I Use stats

Cos'è Can I Use?

Can I Use è un'estensione di Chrome sviluppata da Apparences Studio, e la sua funzione principale è "Display Can I Use stats".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Can I Use

Scarica i file di estensione Can I Use in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Can I Use Can I Use
ID mghkfppiikbifmgkiacnjigaggnfeikd
URL Ufficiale https://chromewebstore.google.com/detail/can-i-use/mghkfppiikbifmgkiacnjigaggnfeikd
Descrizione Display Can I Use stats
Dimensione del File 82.03 KB
Conteggio Installazioni 29
Versione Corrente 1.0.3.4
Ultimo Aggiornamento 2013-02-13
Data di Pubblicazione 2013-02-13
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Apparences Studio
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Lord-Nazdar/canIuseChromeApp
URL della Pagina di Aiuto http://apparencestudio.com/?page_id=108#FAQ
Lingue Supportate 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\/*"
    ]
}