Reputation: 158
I made some chrome extensions in WSL.
On Windows Chrome, they are valid with Load unpacked
but error occured in installing from Chrome Store:
could not unzip extension
.
I guess that invalid names on Windows and WSL have something with this error.
Chrome Store URL: https://chrome.google.com/webstore/detail/hackmd-toc-always/ndljpnnkjlilcglbiabboadbjcncihfb
GitHub Repository: https://github.com/TomoTom0/HackMD_TOC_always
Notes:
I can add common chrome extensions but can't add other extensions I made.
contents in the directory
#la *
content_script.js jquery-3.5.1.min.js manifest.json options.html options_script.js
img:
chrome_reader_mode_black_128dp.png north_black_48dp.png unfold_less_black_48dp.png
chrome_reader_mode_black_48dp.png south_black_48dp.png unfold_more_black_48dp.png
Upvotes: 0
Views: 1667
Reputation: 158
In this case, zip src.zip src -r -x ".* *Zone.Identifier"
works.
SP Thanks to wOxxOm
Upvotes: 0