Reference App
A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.
Τι είναι το Reference App;
Το Reference App είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Fraser Deans, και η κύρια λειτουργία του είναι "A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Reference App
Λήψη αρχείων επέκτασης Reference App σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Using the harvard reference style for academic references is tricky to remember and let's face it, a real pain in the arse. This app make it simple and easy to develop your references to include in your assignments. This is perfect for those studying at academic institutions. Change log: v0.12 - Users can now click a button to copy the reference to the clipboard. v0.14 - Fixed bug with last accessed date on web references. v0.15 - Fixed bug with URL grab for web references.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Reference App |
ID | clgddkmefkffmfinedklminbclibddlf |
Επίσημο URL | https://chromewebstore.google.com/detail/reference-app/clgddkmefkffmfinedklminbclibddlf |
Περιγραφή | A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage. |
Μέγεθος Αρχείου | 50.09 KB |
Αριθμός Εγκαταστάσεων | 6,000 |
Τρέχουσα Έκδοση | 0.15 |
Τελευταία Ενημέρωση | 2013-01-19 |
Ημερομηνία Δημοσίευσης | 2013-01-19 |
Αξιολόγηση | 2.88/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | Fraser Deans |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reference App", "manifest_version": 2, "version": "0.15", "description": "A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.", "icons": { "128": "images\/icon-128.gif" }, "permissions": [ "tabs", "clipboardWrite" ], "browser_action": { "default_icon": "images\/icon-128.gif", "default_popup": "popup.html" } } |