Andriy Lysak
Andriy Lysak

Reputation: 384

Is the chrome devtools API allowed in the store

This is my first time developing for Chrome. My question is: if i use devtools so i can create panels, will my extension pass through to the store or is it only for developers to test stuff with? So basically is it legal in the store extensions to use devtools?

Upvotes: 0

Views: 37

Answers (1)

abraham
abraham

Reputation: 47893

chrome.devtools.panels is listed as under Stable APIs. Any APIs listed as stable are perfectly ok to publish in the Chrome Web Store. Keep in mind that you should provide enough of a description and getting started guide that people understand what the extension does and how it works.

Upvotes: 1

Related Questions