Imasse - Instant MLA & APA Citations

Create MLA & APA citations in one click without any ads for free!

Was ist Imasse - Instant MLA & APA Citations?

Imasse - Instant MLA & APA Citations ist eine Chrome-Erweiterung, die von https://imasse.com entwickelt wurde, und ihr Hauptmerkmal ist "Create MLA & APA citations in one click without any ads for free!".

Erweiterungsscreenshots

screenshot

Imasse - Instant MLA & APA Citations-Erweiterungs-CRX-Datei herunterladen

Laden Sie Imasse - Instant MLA & APA Citations-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

                        Imasse - Instant MLA & APA Citations is a free MLA & APA citation generator that only takes one click to make a citation without any ads. Create a citation for any page you are currently on just by clicking the Chrome extension icon and you are done. 

We also provide credibility reports which are displayed at the bottom of the citation creator page and as a popup menu if you right click any link and select “credibility” from the options. These reports provide a score from 1-5 with 5 being the most credible along with a reason on why the source received a score it did.

★ Features ★
Ad-free, one click MLA & APA citations
Bibliography citations
In-text citations
Credibility report
Citations and plagiarism test to improve your research skills


★ Your Privacy ★
When using the Imasse - Instant MLA & APA Citations extension, we collect no information about you, ever.

★ Legal ★
By installing the Imasse - Instant MLA & APA Citations extension you agree to install this extension, and you agree to the End User License Agreement and the Privacy Policy which can be found below. 

https://imasse.com/privacy-policy
https://imasse.com/terms-of-service

★ How To Uninstall ★
1) On your computer, open Chrome.
2) At the top right, click More and then More tools and then Extensions.
3) On to the extension you want to remove, click Remove.
4) Confirm by clicking Remove.

Happy learning :)                    

Grundlegende Informationen zur Erweiterung

Name Imasse - Instant MLA & APA Citations Imasse - Instant MLA & APA Citations
ID ppndejjjjabbdajhgghbbolieomdiddg
Offizielle URL https://chromewebstore.google.com/detail/imasse-instant-mla-apa-ci/ppndejjjjabbdajhgghbbolieomdiddg
Beschreibung Create MLA & APA citations in one click without any ads for free!
Dateigröße 31.14 KB
Installationsanzahl 49
Aktuelle Version 1.01
Letztes Update 2023-08-29
Veröffentlichungsdatum 2023-08-28
Entwickler https://imasse.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.imasse.com
Hilfeseite URL https://www.imasse.com/contact
URL der Datenschutzrichtlinien-Seite https://www.imasse.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ImasseName__",
    "description": "__MSG_ImasseDesc__",
    "version": "1.01",
    "default_locale": "en",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/search.yahoo.com\/*",
        "https:\/\/www.imasse.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_ImasseActionTitle__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/favicon-16x16.png",
        "32": "img\/favicon-32x32.png",
        "48": "img\/favicon-48x48.png",
        "128": "img\/favicon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/cdn.imasse.com\/mla\/*"
            ],
            "js": [
                "test.js"
            ],
            "run_at": "document_end"
        }
    ]
}