Plagly - Citation Generator
Plagly is a free, automatic citation generator and bibliography tool for MLA, APA, Chicago, and more.
Plagly - Citation Generator란 무엇입니까?
Plagly - Citation Generator은(는) https://plagly.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plagly is a free, automatic citation generator and bibliography tool for MLA, APA, Chicago, and more."입니다.
확장 프로그램 스크린샷
Plagly - Citation Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
★ Plagly.com is proud to announce the release of our trusted bibliography and citation generator - now available for FREE as a Chrome extension. ★ No Credit Card Required - 100% FREE ★ ★ Create APA, MLA (8th), Chicago, Vancouver, IEEE, Harvard, and Turabian style references with the Plagly citation generator. ★ Simply choose from one of the top citation styles available, select your category; e.g. Website, Book, Film, or Podcast, and instantly generate citations that can be copied directly into your paper or save them to your cloud project to use later. ★ Our reference and citation generator uses the Citation Styles Language (CSL) project, making it easier for students and young professionals to cite and reference their sources easily and with confidence.
확장 프로그램 기본 정보
이름 | |
ID | goimhemnhffegbnambeiolijciaofeno |
공식 URL | https://chrome.google.com/webstore/detail/plagly-citation-generator/goimhemnhffegbnambeiolijciaofeno |
설명 | Plagly is a free, automatic citation generator and bibliography tool for MLA, APA, Chicago, and more. |
파일 크기 | 2.64 MB |
설치 횟수 | 3,598 |
현재 버전 | 2.1 |
최근 업데이트 | 2021-08-06 |
출시 날짜 | 2019-09-10 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | https://plagly.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://plagly.com/citation-generator |
도움말 페이지 URL | https://plagly.com/ |
개인정보 보호 정책 페이지 URL | https://plagly.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Plagly - Citation Generator", "description": "Plagly is a free, automatic citation generator and bibliography tool for MLA, APA, Chicago, and more.", "version": "2.1", "short_name": "Plagly", "browser_action": { "default_title": "Plagly", "default_popup": "index.html" }, "icons": { "128": "static\/icons\/icon-128x128.png", "48": "static\/icons\/icon-48x48.png", "32": "static\/icons\/icon-32x32.png", "19": "static\/icons\/icon-19x19.png" }, "background": { "scripts": [] }, "content_security_policy": "script-src-elem 'self' https:\/\/www.google-analytics.com https:\/\/storage.googleapis.com 'unsafe-inline'; script-src 'self' 'sha256-9FvRhpwrjj6zqUDsUywqq23mCgvFCeEfQx9n5N4IIXk=' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "externally_connectable": { "matches": [ "*:\/\/*.plagly.com\/*" ] } } |