Bookmarks to References

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

Qu'est-ce que Bookmarks to References ?

Bookmarks to References est une extension Chrome développée par Rohan Chakravarthy, et sa fonction principale est "This extension converts Bookmarks in a folder to a list of References".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bookmarks to References

Téléchargez les fichiers d'extension Bookmarks to References au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Bookmarks to References Bookmarks to References
ID aigindmbmcgegjhjnonholgaebnldmln
URL Officiel https://chromewebstore.google.com/detail/bookmarks-to-references/aigindmbmcgegjhjnonholgaebnldmln
Description This extension converts Bookmarks in a folder to a list of References
Taille du Fichier 25.05 KB
Nombre d'Installations 648
Version Actuelle 0.5
Dernière Mise à Jour 2016-12-22
Date de Publication 2016-12-22
Évaluation 5.00/5 Total 5 Évaluations
Développeur Rohan Chakravarthy
Type de Paiement free
Langues Prises en Charge 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"
    ]
}