Can I Use

A quick way to see caniuse.com data

Can I Use क्या है?

Can I Use ansonairoldi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A quick way to see caniuse.com data"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Can I Use एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}