Reference App
A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.
What is Reference App?
Reference App is a Chrome extension developed by Fraser Deans, and its main feature is "A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.".
Extension Screenshots
Download Reference App Extension CRX File
Download Reference App extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Reference App |
ID | clgddkmefkffmfinedklminbclibddlf |
Official URL | 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. |
File Size | 50.09 KB |
Installation Count | 6,000 |
Current Version | 0.15 |
Last Updated | 2013-01-19 |
Publish Date | 2013-01-19 |
Rating | 2.88/5 Total 8 Ratings |
Developer | Fraser Deans |
Payment Type | free |
Supported Languages | 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" } } |