inCite
Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…
Qu'est-ce que inCite ?
inCite est une extension Chrome développée par inciteextension, et sa fonction principale est "Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension inCite
Téléchargez les fichiers d'extension inCite au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | hdobehekolhhcajgmhpbfjomdncnbkck |
URL Officiel | 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.… |
Taille du Fichier | 1.62 MB |
Nombre d'Installations | 523 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2020-03-31 |
Date de Publication | 2020-03-30 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | inciteextension |
Type de Paiement | free |
Langues Prises en Charge | 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" } |