How to make the files with the extension code for Google Chrome editable from the browser?
-
Hello! I saw an interesting solution in someone else's extension for Google Chrome:
1) Click on the extension icon in the upper right corner.
2) Click on the gear.
3) A list of files controlled by the extension opens.
4) Click on any of these files and get a window in the browser through which the extension can be edited and saved changes:
How it's done? I don't know what to look for, but there is nothing in the official Chrome documentation about this ..JavaScript Anonymous, Dec 23, 2019 -
How is it done?
The source code of any extension can be spied on in a browser. Open, study, see how it is done.Lily Hart
1 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!