Can I Use

Display Can I Use stats

什麼是Can I Use?

Can I Use是由Apparences Studio開發的Chrome擴展程式,該擴展的主要功能是“Display Can I Use stats”。

擴展截圖

screenshot

下載Can I Use擴展crx文件

下載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
官方網址 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\/*"
    ]
}