inCite
Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…
What is inCite?
inCite is a Chrome extension developed by inciteextension, and its main feature is "Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…".
Extension Screenshots
Download inCite Extension CRX File
Download inCite 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
Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button. MLA, APA, Chicago, and Harvard citation styles are supported. Click on the citation to edit the citation details. When you are done, copy the bibliography to your clipboard with a single click. Save multiple bibliographies at the same time for all your projects. Source code available on Github here: https://github.com/brucejh99/inCite
Extension Basic Information
Name | |
ID | hdobehekolhhcajgmhpbfjomdncnbkck |
Official URL | https://chrome.google.com/webstore/detail/incite/hdobehekolhhcajgmhpbfjomdncnbkck |
Description | Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.… |
File Size | 1.62 MB |
Installation Count | 523 |
Current Version | 1.0.2 |
Last Updated | 2020-03-31 |
Publish Date | 2020-03-30 |
Rating | 5.00/5 Total 8 Ratings |
Developer | inciteextension |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "iC", "name": "inCite", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_popup": "index.html", "default_title": "inCite" }, "icons": { "16": "app-icon.png", "48": "app-icon.png", "128": "app-icon.png" }, "permissions": [ "storage", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.2" } |