vinyashegde / shorto_url_shorter

A open source Chrome Extension which shortens your urls in one click with a QR code!
MIT License
18 stars 24 forks source link

add 'create from selected tab' button #21

Closed AsciiJakob closed 1 year ago

AsciiJakob commented 1 year ago

Alright i did it. image

I did have to add the 'tabs' permission, though, otherwise it can't access the URL of the current tab. This will show a permission prompt when installing the extension, if i remember correctly. NVM i realized we could use the 'activeTab' permission, which is a lot more appropriate and doesn't prompt the user. closes #20

vinyashegde commented 1 year ago

Thanks for contributing!! you nailed it