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
Eメール [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"
    }
}