Imasse - Instant MLA & APA Citations

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

Vad är Imasse - Instant MLA & APA Citations?

Imasse - Instant MLA & APA Citations är en Chrome-tillägg utvecklad av https://imasse.com, och dess huvudfunktion är "Create MLA & APA citations in one click without any ads for free!".

Tilläggsskärmbilder

screenshot

Ladda ner Imasse - Instant MLA & APA Citations-förlängningens CRX-fil

Ladda ner Imasse - Instant MLA & APA Citations-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

                        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 :)                    

Grundläggande Information om Tillägg

Namn Imasse - Instant MLA & APA Citations Imasse - Instant MLA & APA Citations
ID ppndejjjjabbdajhgghbbolieomdiddg
Officiell webbadress https://chromewebstore.google.com/detail/imasse-instant-mla-apa-ci/ppndejjjjabbdajhgghbbolieomdiddg
Beskrivning Create MLA & APA citations in one click without any ads for free!
Filstorlek 31.14 KB
Antal Installationer 49
Aktuell Version 1.01
Senast Uppdaterad 2023-08-29
Publiceringsdatum 2023-08-28
Utvecklare https://imasse.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.imasse.com
Hjälpsida URL https://www.imasse.com/contact
URL till Sekretesspolicy Sidan https://www.imasse.com/privacy-policy
Stödda Språk 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"
        }
    ]
}