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."입니다.
확장 프로그램 스크린샷
Hero Citation Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |