Reference App
A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.
Qu'est-ce que Reference App ?
Reference App est une extension Chrome développée par Fraser Deans, et sa fonction principale est "A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reference App
Téléchargez les fichiers d'extension Reference App 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
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.
Informations de Base sur l'Extension
Nom | Reference App |
ID | clgddkmefkffmfinedklminbclibddlf |
URL Officiel | https://chromewebstore.google.com/detail/reference-app/clgddkmefkffmfinedklminbclibddlf |
Description | A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage. |
Taille du Fichier | 50.09 KB |
Nombre d'Installations | 6,000 |
Version Actuelle | 0.15 |
Dernière Mise à Jour | 2013-01-19 |
Date de Publication | 2013-01-19 |
Évaluation | 2.88/5 Total 8 Évaluations |
Développeur | Fraser Deans |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |