question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Have coverage for the 50 most popular APIs in the Chrome store

See original GitHub issue

Here’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:closed
  • Created 8 years ago
  • Reactions:2
  • Comments:6

github_iconTop GitHub Comments

1reaction
andymckaycommented, Dec 8, 2017

I would suggest once #305 lands, that we close this bug.

0reactions
andymckaycommented, Oct 26, 2017

Forget my last two comments, I’ve got something working 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found