After port chrome extension to safari options does not work

Hi
I am not a programmer, I just want to move from chrome to safari. So I need port some chrome extension which I work with them a lot.
I use the bottom commend for porting.
Code Block
$ xcrun safari-web-extension-converter /path/to/extension-dir

every thins is fine and extensions add to safari via "allow unsigned extension"
the problem is the option or setting part of extensions not work currently. for example I use a copy and paste url extension.
Code Block
https://chrome.google.com/webstore/detail/copy-all-urls/djdmadneanknadilpjiknlnanaolmbfk?hl=en

it has a setting part that let you set extension button just for copy. I mean when you click to the button it will copy the active tab url.
but when I set this option in the extension setting page, it saved but not works.
I think after port I have to do something that allow extension to save its settings.
Please help me to do that.


Code Block
ported extention : https://filebin.net/cj2ts7mra5havjh2

After port chrome extension to safari options does not work
 
 
Q