Get browser bookmarks via javascript

和自甴很熟 提交于 2019-12-01 17:25:01

This is completely impossible.

You need to write a browser addon.

Is there a way or already a tool for such a functionality in Javascript?

Nope, definitely not. Maybe for browser extensions - if it's possible even for them.

No there isn't any solution to do this via javascript. The only solution I can think of is to use a Java Applet to read the client's computer and look for the bookmark.

Another way is you can ask them to export their favorites to a file and upload to your website.

Prompt the user to upload the bookmarks file: http://productforums.google.com/forum/#!topic/chrome/i1r3CgqvgCI

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!