Have coverage for the 50 most popular APIs in the Chrome store
See original GitHub issueHere’s the list, courtesy of andym. I’ll keep this report updated as we add new examples. When all entries are “done” or “not doing”, this bug can be closed.
Of course, a single example add-on could (and probably should) demonstrate more than one API. So this does not necessarily mean that we need 50 examples.
Remaining:
chrome.webNavigation.onBeforeNavigate
Done:
chrome.browserAction.onClicked
chrome.browserAction.setBadgeText
chrome.browserAction.setBadgeBackgroundColor
chrome.browserAction.setTitle
chrome.browserAction.setIcon
chrome.contextMenus.create
chrome.contextMenus.onClicked
chrome.extension.getURL
chrome.extension.getBackgroundPage
chrome.i18n.getMessage
chrome.management.getAll
chrome.notifications.create
chrome.runtime.onInstalled
chrome.runtime.getManifest
chrome.runtime.reload
chrome.runtime.sendMessage
chrome.runtime.onMessage
chrome.runtime.connect
chrome.runtime.onConnect
chrome.storage.sync
chrome.storage.local
chrome.tabs.query
chrome.tabs.create
chrome.tabs.sendMessage
chrome.tabs.executeScript
chrome.tabs.onUpdated
chrome.tabs.update
chrome.tabs.onRemoved
chrome.tabs.reload
chrome.tabs.onCreated
chrome.tabs.get
chrome.tabs.onActivated
chrome.tabs.remove
chrome.windows.update
chrome.windows.getCurrent
chrome.windows.getAll
chrome.windows.create
chrome.webNavigation.onCommitted
chrome.webRequest.onErrorOccurred
Not doing:
chrome.tabs.getSelected (deprecated)
chrome.tabs.onReplaced (Chrome-only)
Issue Analytics
- State:
- Created 8 years ago
- Reactions:2
- Comments:6
Top Results From Across the Web
Top 50 Most Popular APIs (Updated for 2022) - RapidAPI
But first, What are APIs? API stands for Application Programming Interface and allows your application to interact with an external service ...
Read more >50 Most Useful APIs for Developers - Computer Science Zone
Currently, 57 APIs are available from Google, as well as a number of other developer tools. Tutorials abound if you find an API...
Read more >Top 50 Most Popular APIs on RapidAPI (2019) - Medium
RapidAPI has got you covered with a fat list of APIs. With over 400 billion API calls per month, we analyzed the data...
Read more >16 great web APIs to use in web development - Educative.io
Today's top APIs cover everything from e-commerce and payments management to customer relationship management (CRM) and lead-tracking ...
Read more >Limits and Quotas on API Requests | Analytics Management API
If you attempt to submit more than 50 failed write requests per hour, you'll get the following error: Quota Error: The number of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would suggest once #305 lands, that we close this bug.
Forget my last two comments, I’ve got something working 😃