Hero Citation Generator

APA, MLA, Harvard, Chicago, IEEE bibliography and citation generator.

What is Hero Citation Generator?

Hero Citation Generator is a Chrome extension developed by PlagiarismCheckerX, and its main feature is "APA, MLA, Harvard, Chicago, IEEE bibliography and citation generator.".

Extension Screenshots

screenshot
screenshot

Download Hero Citation Generator Extension CRX File

Download Hero Citation Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Citations can take time and style guides can be difficult to remember. Simplify your writing process and use Free Citation Generator developed by Plagiarism Checker X team. Select citation style and generate citations within the extension.                    

Extension Basic Information

Name Hero Citation Generator Hero Citation Generator
ID pjfjbjcfiihafllgpedmkiophmblknnn
Official URL https://chromewebstore.google.com/detail/hero-citation-generator/pjfjbjcfiihafllgpedmkiophmblknnn
Description APA, MLA, Harvard, Chicago, IEEE bibliography and citation generator.
File Size 55.21 KB
Installation Count 126
Current Version 1.0
Last Updated 2022-07-14
Publish Date 2022-07-12
Developer PlagiarismCheckerX
Email [email protected]
Payment Type free
Extension Website https://plagiarismcheckerx.com/citation-generator
Help Page URL https://plagiarismcheckerx.com/help
Privacy Policy Page URL https://plagiarismcheckerx.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hero Citation Generator",
    "version": "1.0",
    "author": "Plagiarism Checker X",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.plagiarismcheckerx.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/16x.png",
            "32": "assets\/images\/32x.png",
            "48": "assets\/images\/48x.png"
        },
        "default_popup": "html\/app.html",
        "default_title": "Hero Citation Generator"
    },
    "description": "APA, MLA, Harvard, Chicago, IEEE bibliography and citation generator.",
    "homepage_url": "https:\/\/plagiarismcheckerx.com\/citation-generator",
    "icons": {
        "16": "assets\/images\/16x.png",
        "32": "assets\/images\/32x.png",
        "48": "assets\/images\/48x.png"
    }
}