Bookmarks to References
This extension converts Bookmarks in a folder to a list of References
Was ist Bookmarks to References?
Bookmarks to References ist eine Chrome-Erweiterung, die von Rohan Chakravarthy entwickelt wurde, und ihr Hauptmerkmal ist "This extension converts Bookmarks in a folder to a list of References".
Erweiterungsscreenshots
Bookmarks to References-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bookmarks to References-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Bookmarks to References |
ID | aigindmbmcgegjhjnonholgaebnldmln |
Offizielle URL | https://chromewebstore.google.com/detail/bookmarks-to-references/aigindmbmcgegjhjnonholgaebnldmln |
Beschreibung | This extension converts Bookmarks in a folder to a list of References |
Dateigröße | 25.05 KB |
Installationsanzahl | 648 |
Aktuelle Version | 0.5 |
Letztes Update | 2016-12-22 |
Veröffentlichungsdatum | 2016-12-22 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | Rohan Chakravarthy |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |