Bookmarks to References

This extension converts Bookmarks in a folder to a list of References

What is Bookmarks to References?

Bookmarks to References is a Chrome extension developed by Rohan Chakravarthy, and its main feature is "This extension converts Bookmarks in a folder to a list of References".

Extension Screenshots

screenshot
screenshot
screenshot

Download Bookmarks to References Extension CRX File

Download Bookmarks to References extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension shows you a list of all your bookmark folders, allows you to select a folder and generates a list of references from all the links in the folder. To get a more detailed list you can change the title of the bookmark when you save it. To select the list just click anywhere within the text.

I created this because I got tired of maintaining a separate list of links that I referred to for my papers and code and was surprised I couldn't find anything online to do this for me!                    

Extension Basic Information

Name Bookmarks to References Bookmarks to References
ID aigindmbmcgegjhjnonholgaebnldmln
Official URL https://chromewebstore.google.com/detail/bookmarks-to-references/aigindmbmcgegjhjnonholgaebnldmln
Description This extension converts Bookmarks in a folder to a list of References
File Size 25.05 KB
Installation Count 648
Current Version 0.5
Last Updated 2016-12-22
Publish Date 2016-12-22
Rating 5.00/5 Total 5 Ratings
Developer Rohan Chakravarthy
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmarks to References",
    "description": "This extension converts Bookmarks in a folder to a list of References",
    "version": "0.5",
    "browser_action": {
        "_comment": "icon.png is provided by DesignModo under the Creative Commons License",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "bookmarks"
    ]
}