Hello
@hreg and thanks for the reply.
Maybe I did not say it clear enough.
The tool you suggested me permits to inspect every files of an extension.
I was wondering if there is a tool that, when
"minimum_chrome_version" property is NOT present in the manifest file, automatically determines it by analyzing the files and APIs used (both of extensions and of the web in general).
For example let's say that among many js files the "most recent" method I use is inputElement.showPicker().
At this point this tool should give me an hint like: "To make the extension work without encountering errors or any problems whatsoever you must use a version of Chrome higher than or equal to 99" (the one in which showPicker was introduced)