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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://plagly.com และคุณลักษณะหลักของมันคือ "Plagly is a free, automatic citation generator and bibliography tool for MLA, APA, Chicago, and more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plagly - Citation Generator
ดาวน์โหลดไฟล์ส่วนขยาย Plagly - Citation Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
★ 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\/*" ] } } |