inCite
Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…
Wat is inCite?
inCite is een Chrome-extensie ontwikkeld door inciteextension, en de belangrijkste functie is "Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…".
Extensie Screenshots
Download het CRX-bestand van de extensie inCite
Download inCite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | hdobehekolhhcajgmhpbfjomdncnbkck |
Officiële URL | https://chrome.google.com/webstore/detail/incite/hdobehekolhhcajgmhpbfjomdncnbkck |
Beschrijving | Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.… |
Bestandsgrootte | 1.62 MB |
Aantal Installaties | 523 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2020-03-31 |
Publicatiedatum | 2020-03-30 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | inciteextension |
Betalingswijze | free |
Ondersteunde Talen | 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" } |