Can I Use
Display Can I Use stats
Apa itu Can I Use?
Can I Use adalah ekstensi Chrome yang dikembangkan oleh Apparences Studio, dan fitur utamanya adalah "Display Can I Use stats".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Can I Use
Unduh file ekstensi Can I Use dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Can I Use |
ID | mghkfppiikbifmgkiacnjigaggnfeikd |
URL Resmi | https://chromewebstore.google.com/detail/can-i-use/mghkfppiikbifmgkiacnjigaggnfeikd |
Deskripsi | Display Can I Use stats |
Ukuran File | 82.03 KB |
Jumlah Instalasi | 29 |
Versi Saat Ini | 1.0.3.4 |
Terakhir Diperbarui | 2013-02-13 |
Tanggal Publikasi | 2013-02-13 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Apparences Studio |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Lord-Nazdar/canIuseChromeApp |
URL Halaman Bantuan | http://apparencestudio.com/?page_id=108#FAQ |
Bahasa yang Didukung | 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\/*" ] } |