Is it possible to get the absolute path of a google chrome extension? Any idea, thought, is very welcome!.
EDIT
I build a plugin using Firebreath and i need to know where my extension is locate because i would like to call myExecutable.
Folder:
myExtensionFolder/
manifest.json
background.html
background.js
popup.html
popup.js
**myExecutable**
TIA.
Solution
Solved the problem. I was using a symbolic link to myExecutable file. I copy the file directly to my folder solves the problem.
Anyways, thanks guys for your answers.
Solution
Solved the problem. I was using a symbolic link to myExecutable file. I copy the file directly to my folder solves the problem.