Hero Citation Generator

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

什么是Hero Citation Generator?

Hero Citation Generator是由PlagiarismCheckerX开发的Chrome扩展程序,该扩展的主要功能是“APA, MLA, Harvard, Chicago, IEEE bibliography and citation generator.”。

扩展截图

screenshot
screenshot

下载Hero Citation Generator扩展crx文件

下载Hero Citation Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Hero Citation Generator Hero Citation Generator
ID pjfjbjcfiihafllgpedmkiophmblknnn
官方URL https://chromewebstore.google.com/detail/hero-citation-generator/pjfjbjcfiihafllgpedmkiophmblknnn
简介 APA, MLA, Harvard, Chicago, IEEE bibliography and citation generator.
文件大小 55.21 KB
安装次数 126
当前版本 1.0
更新时间 2022-07-14
上架时间 2022-07-12
开发者 PlagiarismCheckerX
电子邮箱 [email protected]
付费类型 free
扩展官网 https://plagiarismcheckerx.com/citation-generator
帮助页面URL https://plagiarismcheckerx.com/help
隐私政策页面URL https://plagiarismcheckerx.com/privacy-policy
支持的语言 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"
    }
}