pRizz / SVG-Navigator---Chrome-Extension

SVG Navigator is an extension for Google Chrome that adds pan and zoom features to existing SVG files on the web.
https://chrome.google.com/webstore/detail/svg-navigator/pefngfjmidahdaahgehodmfodhhhofkl?hl=en-US
BSD 2-Clause "Simplified" License
14 stars 5 forks source link

allow viewing file:/// links #30

Closed ekg closed 9 years ago

ekg commented 9 years ago

Right now SVG-Navigator is only enabled when opening http:// links. Is there a simple way to also enable it when opening local files? I view a lot of SVGs on my own laptop and this would be simpler than running a webserver to view them.

pRizz commented 9 years ago

You can access file URLs by going to Chrome's extension settings, and checking "Allow access to file URLs"

ekg commented 9 years ago

Awesome, thanks. On Oct 17, 2015 12:33 PM, "Peter Ryszkiewicz" notifications@github.com wrote:

You can access file URLs by going to Chrome's extension settings, and checking "Allow access to file URLs"

— Reply to this email directly or view it on GitHub https://github.com/pRizz/SVG-Navigator---Chrome-Extension/issues/30#issuecomment-148929780 .

pRizz commented 9 years ago

You're very welcome!