Can I Use
Display Can I Use stats
Wat is Can I Use?
Can I Use is een Chrome-extensie ontwikkeld door Apparences Studio, en de belangrijkste functie is "Display Can I Use stats".
Extensie Screenshots
Download het CRX-bestand van de extensie Can I Use
Download Can I Use-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Can I Use |
ID | mghkfppiikbifmgkiacnjigaggnfeikd |
Officiële URL | https://chromewebstore.google.com/detail/can-i-use/mghkfppiikbifmgkiacnjigaggnfeikd |
Beschrijving | Display Can I Use stats |
Bestandsgrootte | 82.03 KB |
Aantal Installaties | 29 |
Huidige Versie | 1.0.3.4 |
Laatst Bijgewerkt | 2013-02-13 |
Publicatiedatum | 2013-02-13 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Apparences Studio |
Betalingswijze | free |
Extensiewebsite | https://github.com/Lord-Nazdar/canIuseChromeApp |
Help Pagina-URL | http://apparencestudio.com/?page_id=108#FAQ |
Ondersteunde Talen | 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\/*" ] } |