Autocitr
An automated Harvard Reference generator for Google Chrome tabs.
What is Autocitr?
Autocitr is a Chrome extension developed by Sophie Kent, and its main feature is "An automated Harvard Reference generator for Google Chrome tabs.".
Extension Screenshots
Download Autocitr Extension CRX File
Download Autocitr 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
Autocitr is a user friendly way of referencing the tab you are viewing. It automatically grabs all the information you needs an formats it into a Harvard Reference. You can then choose to copy and paste the single reference or add it to your collection for this browser session. Once you have finished collecting references you simply click the collect button in the pop up window and copy and paste all your references straight into your report. Simple.
Extension Basic Information
Name | Autocitr |
ID | kgbcdeonpgopaokngeobbidilkbdedoc |
Official URL | https://chromewebstore.google.com/detail/autocitr/kgbcdeonpgopaokngeobbidilkbdedoc |
Description | An automated Harvard Reference generator for Google Chrome tabs. |
File Size | 46.45 KB |
Installation Count | 487 |
Current Version | 1.0 |
Last Updated | 2014-05-14 |
Publish Date | 2014-05-14 |
Rating | 4.00/5 Total 3 Ratings |
Developer | Sophie Kent |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Autocitr", "version": "1.0", "description": "An automated Harvard Reference generator for Google Chrome tabs.", "browser_action": { "default_icon": "icon2.png", "default_title": "Autocitr v0.1", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "content_scripts": [ { "js": [ "jquery.min.js", "jquery.cookie.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |