Bookmarks to References

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

Τι είναι το Bookmarks to References;

Το Bookmarks to References είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rohan Chakravarthy, και η κύρια λειτουργία του είναι "This extension converts Bookmarks in a folder to a list of References".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Bookmarks to References

Λήψη αρχείων επέκτασης Bookmarks to References σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Bookmarks to References Bookmarks to References
ID aigindmbmcgegjhjnonholgaebnldmln
Επίσημο URL https://chromewebstore.google.com/detail/bookmarks-to-references/aigindmbmcgegjhjnonholgaebnldmln
Περιγραφή This extension converts Bookmarks in a folder to a list of References
Μέγεθος Αρχείου 25.05 KB
Αριθμός Εγκαταστάσεων 648
Τρέχουσα Έκδοση 0.5
Τελευταία Ενημέρωση 2016-12-22
Ημερομηνία Δημοσίευσης 2016-12-22
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Rohan Chakravarthy
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}