inCite

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

Vad är inCite?

inCite är en Chrome-tillägg utvecklad av inciteextension, och dess huvudfunktion är "Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…".

Tilläggsskärmbilder

screenshot

Ladda ner inCite-förlängningens CRX-fil

Ladda ner inCite-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn inCite inCite
ID hdobehekolhhcajgmhpbfjomdncnbkck
Officiell webbadress https://chrome.google.com/webstore/detail/incite/hdobehekolhhcajgmhpbfjomdncnbkck
Beskrivning Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…
Filstorlek 1.62 MB
Antal Installationer 523
Aktuell Version 1.0.2
Senast Uppdaterad 2020-03-31
Publiceringsdatum 2020-03-30
Betyg 5.00/5 Totalt 8 Betyg
Utvecklare inciteextension
Betalningssätt free
Stödda Språk 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"
}