Can I Use

Display Can I Use stats

Can I Useคืออะไร?

Can I Use เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Apparences Studio และคุณลักษณะหลักของมันคือ "Display Can I Use stats"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Can I Use

ดาวน์โหลดไฟล์ส่วนขยาย Can I Use ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Can I Use Can I Use
ID mghkfppiikbifmgkiacnjigaggnfeikd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/can-i-use/mghkfppiikbifmgkiacnjigaggnfeikd
คำอธิบาย Display Can I Use stats
ขนาดไฟล์ 82.03 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1.0.3.4
อัปเดตครั้งล่าสุด 2013-02-13
วันที่เผยแพร่ 2013-02-13
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Apparences Studio
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Lord-Nazdar/canIuseChromeApp
URL หน้าช่วยเหลือ http://apparencestudio.com/?page_id=108#FAQ
ภาษาที่รองรับ 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\/*"
    ]
}