exCITEting
Cite in Harvard & APA!
What is exCITEting?
exCITEting is a Chrome extension developed by JT Liew, and its main feature is "Cite in Harvard & APA!".
Extension Screenshots
Download exCITEting Extension CRX File
Download exCITEting 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
1) Automatically generate Harvard/APA referencing. 2) Cite different resources. 3) Save bibiography for later usage. Drop me a comment if you want any to add anything else! here are the codes for the program: https://github.com/pandawarrior91/GExtension_exCITEing?source=cc Thank you for using!
Extension Basic Information
Name | exCITEting |
ID | epoaclcodmjlibgeiepldcpicajecapc |
Official URL | https://chromewebstore.google.com/detail/exciteting/epoaclcodmjlibgeiepldcpicajecapc |
Description | Cite in Harvard & APA! |
File Size | 103 KB |
Installation Count | 92 |
Current Version | 1.4 |
Last Updated | 2013-09-16 |
Publish Date | 2013-09-16 |
Rating | 2.00/5 Total 1 Ratings |
Developer | JT Liew |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "exCITEting", "version": "1.4", "manifest_version": 2, "description": "Cite in Harvard & APA!", "browser_action": { "default_icon": "icon.png", "default_title": "Cite in Harvard and APA!", "default_popup": "extension.html" }, "permissions": [ "tabs" ], "icons": { "128": "icon.png" } } |