Hero Citation Generator

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

Apa itu Hero Citation Generator?

Hero Citation Generator adalah ekstensi Chrome yang dikembangkan oleh PlagiarismCheckerX, dan fitur utamanya adalah "APA, MLA, Harvard, Chicago, IEEE bibliography and citation generator.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Hero Citation Generator

Unduh file ekstensi Hero Citation Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Hero Citation Generator Hero Citation Generator
ID pjfjbjcfiihafllgpedmkiophmblknnn
URL Resmi https://chromewebstore.google.com/detail/hero-citation-generator/pjfjbjcfiihafllgpedmkiophmblknnn
Deskripsi APA, MLA, Harvard, Chicago, IEEE bibliography and citation generator.
Ukuran File 55.21 KB
Jumlah Instalasi 126
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-07-14
Tanggal Publikasi 2022-07-12
Pengembang PlagiarismCheckerX
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://plagiarismcheckerx.com/citation-generator
URL Halaman Bantuan https://plagiarismcheckerx.com/help
URL Halaman Kebijakan Privasi https://plagiarismcheckerx.com/privacy-policy
Bahasa yang Didukung 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"
    }
}