Can I Use

A quick way to see caniuse.com data

什么是Can I Use?

Can I Use是由ansonairoldi开发的Chrome扩展程序,该扩展的主要功能是“A quick way to see caniuse.com data”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Can I Use扩展crx文件

下载Can I Use扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Unofficial "Can I Use" Chrome Extension

Put the power of caniuse.com into a nice little popup in your Chrome browser for a quicker and easier workflow. Here are some features and advantages of this extension:

- Design similar to that of caniuse.com. Since they did a good job with the UI, why change it? This also gives you something recognizable to look at.

- Ability to configure the browsers and versions that show up, allowing you to remove the junk. By default, the previous two and next two browser versions relative to the current version will always show.

- Takes from the public caniuse repo data file, meaning you can always be up to date.

- Ability to save the caniuse data locally to your chrome storage for offline use or if the data becomes unavailable.

- Quick searching, allowing you to easily find a relevant feature.

- Contains most of the relevant information for each feature and browser that caniuse.com provides, including description, relevant notes for each version, prefix information, global feature usage, and global version usage.

0.1.1
------------
- bugfix: feature link not opening up caniuse page in new tab

0.1.0
------------
- some larger fonts here and there
- linkify the links contained in the description and notes
- click outside autocomplete to close autocomplete                    

扩展基本信息

名称 Can I Use Can I Use
ID decehbilpgknnlnkbgkcggjbgjbphljb
官方URL https://chromewebstore.google.com/detail/can-i-use/decehbilpgknnlnkbgkcggjbgjbphljb
简介 A quick way to see caniuse.com data
文件大小 181 KB
安装次数 495
当前版本 0.1.1
更新时间 2022-04-10
上架时间 2019-01-25
评分 5.00/5 共6次评分
开发者 ansonairoldi
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Can I Use",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "A quick way to see caniuse.com data",
    "short_name": "caniuse",
    "author": "Anson Airoldi ",
    "permissions": [
        "storage"
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/popup.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/popup.png",
        "48": "images\/popup-48.png",
        "16": "images\/popup-16.png"
    }
}