Bookmarks to References

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

Cos'è Bookmarks to References?

Bookmarks to References è un'estensione di Chrome sviluppata da Rohan Chakravarthy, e la sua funzione principale è "This extension converts Bookmarks in a folder to a list of References".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bookmarks to References

Scarica i file di estensione Bookmarks to References in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Bookmarks to References Bookmarks to References
ID aigindmbmcgegjhjnonholgaebnldmln
URL Ufficiale https://chromewebstore.google.com/detail/bookmarks-to-references/aigindmbmcgegjhjnonholgaebnldmln
Descrizione This extension converts Bookmarks in a folder to a list of References
Dimensione del File 25.05 KB
Conteggio Installazioni 648
Versione Corrente 0.5
Ultimo Aggiornamento 2016-12-22
Data di Pubblicazione 2016-12-22
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Rohan Chakravarthy
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}