Can I Use
Display Can I Use stats
什么是Can I Use?
Can I Use是由Apparences Studio开发的Chrome扩展程序,该扩展的主要功能是“Display Can I Use stats”。
扩展截图
下载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 |
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\/*" ] } |