egoist / ideas

💡ideas / thoughts / polls from egoist
101 stars 2 forks source link

"Can I use" as a browser extension #6

Open egoist opened 5 years ago

egoist commented 5 years ago

What you can do with it

Select text to search in https://caniuse.com, and show the result in a popup.

daltondiaz commented 5 years ago

For chrome I found this extension:

https://chrome.google.com/webstore/detail/can-i-use/decehbilpgknnlnkbgkcggjbgjbphljb?hl=pt-BR

egoist commented 5 years ago

Yes but that's quite different from what I want.

daltondiaz commented 5 years ago

What's the scenario that you want this? Only for me understand what do you thinking.

I never made a plugin for browser, I think is cool!!

spekulatius commented 5 years ago

Quite interested in what you would do differently @egoist

amorist commented 5 years ago

like this but show the result in a popup. https://marketplace.visualstudio.com/items?itemName=akamud.vscode-caniuse image

API: https://caniuse.com/process/query.php?search=async

https://caniuse.com/process/get_feat_data.php?type=support-data&feat=async-functions,script-async,intersectionobserver,beacon,promises

spekulatius commented 5 years ago

Ah, interesting. I wonder if someone did build something like this already somewhere.