Hero Citation Generator

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

Hero Citation Generatorคืออะไร?

Hero Citation Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PlagiarismCheckerX และคุณลักษณะหลักของมันคือ "APA, MLA, Harvard, Chicago, IEEE bibliography and citation generator."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hero Citation Generator

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}