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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}