inCite

Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…

Was ist inCite?

inCite ist eine Chrome-Erweiterung, die von inciteextension entwickelt wurde, und ihr Hauptmerkmal ist "Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…".

Erweiterungsscreenshots

screenshot

inCite-Erweiterungs-CRX-Datei herunterladen

Laden Sie inCite-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name inCite inCite
ID hdobehekolhhcajgmhpbfjomdncnbkck
Offizielle URL https://chrome.google.com/webstore/detail/incite/hdobehekolhhcajgmhpbfjomdncnbkck
Beschreibung Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…
Dateigröße 1.62 MB
Installationsanzahl 523
Aktuelle Version 1.0.2
Letztes Update 2020-03-31
Veröffentlichungsdatum 2020-03-30
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler inciteextension
Zahlungsart free
Unterstützte Sprachen 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"
}