Bookmarks to References

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

Vad är Bookmarks to References?

Bookmarks to References är en Chrome-tillägg utvecklad av Rohan Chakravarthy, och dess huvudfunktion är "This extension converts Bookmarks in a folder to a list of References".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Bookmarks to References-förlängningens CRX-fil

Ladda ner Bookmarks to References-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Bookmarks to References Bookmarks to References
ID aigindmbmcgegjhjnonholgaebnldmln
Officiell webbadress https://chromewebstore.google.com/detail/bookmarks-to-references/aigindmbmcgegjhjnonholgaebnldmln
Beskrivning This extension converts Bookmarks in a folder to a list of References
Filstorlek 25.05 KB
Antal Installationer 648
Aktuell Version 0.5
Senast Uppdaterad 2016-12-22
Publiceringsdatum 2016-12-22
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Rohan Chakravarthy
Betalningssätt free
Stödda Språk 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"
    ]
}