Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 472 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 472 Bytes

Chrome Extension


Need create a simple extension for Chrome which do the following:

Adds an item to the context menu, which is shown when the context menu is called on selection.

If a user activates the menu item, the extension shows the selected text in the separate chrome tab.

Chrome JS API uses callbacks. Offer the solution which will provide the way to use this API with promises. Use this solution in part 1.


Example of work