Bookmarks to References

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

Wat is Bookmarks to References?

Bookmarks to References is een Chrome-extensie ontwikkeld door Rohan Chakravarthy, en de belangrijkste functie is "This extension converts Bookmarks in a folder to a list of References".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bookmarks to References

Download Bookmarks to References-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Bookmarks to References Bookmarks to References
ID aigindmbmcgegjhjnonholgaebnldmln
Officiële URL https://chromewebstore.google.com/detail/bookmarks-to-references/aigindmbmcgegjhjnonholgaebnldmln
Beschrijving This extension converts Bookmarks in a folder to a list of References
Bestandsgrootte 25.05 KB
Aantal Installaties 648
Huidige Versie 0.5
Laatst Bijgewerkt 2016-12-22
Publicatiedatum 2016-12-22
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Rohan Chakravarthy
Betalingswijze free
Ondersteunde Talen 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"
    ]
}