Can I Use
Display Can I Use stats
Was ist Can I Use?
Can I Use ist eine Chrome-Erweiterung, die von Apparences Studio entwickelt wurde, und ihr Hauptmerkmal ist "Display Can I Use stats".
Erweiterungsscreenshots
Can I Use-Erweiterungs-CRX-Datei herunterladen
Laden Sie Can I Use-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Can I Use |
ID | mghkfppiikbifmgkiacnjigaggnfeikd |
Offizielle URL | https://chromewebstore.google.com/detail/can-i-use/mghkfppiikbifmgkiacnjigaggnfeikd |
Beschreibung | Display Can I Use stats |
Dateigröße | 82.03 KB |
Installationsanzahl | 29 |
Aktuelle Version | 1.0.3.4 |
Letztes Update | 2013-02-13 |
Veröffentlichungsdatum | 2013-02-13 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Apparences Studio |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Lord-Nazdar/canIuseChromeApp |
Hilfeseite URL | http://apparencestudio.com/?page_id=108#FAQ |
Unterstützte Sprachen | 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\/*" ] } |