Data is synced from the Chrome Web Store. View the official store page for the most current information.
This was very helpful extension, but from past few days/month it's not working. I hope developer read this and fix the issue. Thank you in advance.
Stopped working. Was awesome while it lasted. 7/23/2025
ok
Works just fine 👍 Thanks for the great extension!
Using an old editor called programmers notepad (as light as notepad), it seems the CSV is not just UTF8, but UTF8-no mark. I think it mean UTF8-no BOM. I change it there to utf8, for I might have accented things. It also save the CSV line feeds as unix LF (not a problem).
when i open csv with excel, it's bad character.
Doesn't work.
Very good, it work so amazing
cannot get image links
Добавьте горячие клавиши пожалуйста Add hotkeys please
Perfect!
I use this for image embedding in Notion. I know a bookmarklet can do this, but I have to copy paste them into excel everytime, and with this extension, it's so easy! Also, in case anyone want to use the bookmarklet, here it goes: ```javascript javascript:(function()%7Bif(frames.length>1)alert(%27Sorry, frames detected.%27)%3Belse%7Bwnd%3Dopen(%27%27,%27lnkswnd%27,%27width%3D250,height%3D500,top%3D0,left%3D0,scrollbars,resizable%27)%3Blnks%3Ddocument.links%3Bwith(wnd.document)%7Bwriteln(%27<html><scr%27%2B%27ipt>function opnUrl(url)%7Bopener.location.href%3Dunescape(url)%3Bclose()%3B%7D</scr%27%2B%27ipt>%27)%3Bfor(var i%3D0%3Bi<lnks.length%3Bi%2B%2B)%7Bwriteln(%27<li><a href%3D"javascript:opnUrl(%5C%27%27%2Bescape(lnks%5Bi%5D.href)%2B%27%5C%27)">%27%2Blnks%5Bi%5D.innerHTML%2B%27</a></li>%27)%3B%7Dwriteln(%27</html>%27)%3Bclose()%3B%7D%7D%7D)() ```