MyBib: Free Citation Generator
Automatically create APA style, MLA format, and Harvard referencing style citations with our citation generator add-on for Chrome.
MyBib: Free Citation Generatorคืออะไร?
MyBib: Free Citation Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mybib.com และคุณลักษณะหลักของมันคือ "Automatically create APA style, MLA format, and Harvard referencing style citations with our citation generator add-on for Chrome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyBib: Free Citation Generator
ดาวน์โหลดไฟล์ส่วนขยาย MyBib: Free Citation Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
MyBib is a new FREE bibliography and citation generator that makes accurate citations for you to copy straight into your academic assignments and papers. Simply browse to any page on the internet (including PDFs) and click the MyBib button to generate an automatically formatted citation for that page. We can format webpages and PDFs in over 9,000 different citation styles, including APA 6, APA 7, MLA 8, Harvard, AMA, and Chicago. We even have styles specific to your school, too. Copy your generated citations directly into your paper, or save them to your bibliography for later. You can export them into other citation managers like Zotero or Mendeley, print them directly, or save them as BibTeX. MyBib is totally free to use, and has no ads. We created the citation maker we wish existed, so say hello to MyBib! *** Update 1.1.12 - Improvements when citing PDFs Update 1.1.11 - Improved accuracy further. Fixed a formatting bug when copying/pasting an in-text citation. Update 1.1.9 - Improved accuracy when copying and pasting citations directly from the extension into your papers Update 1.1.7 - Few more bugs squashed Update 1.1.3 - Bug fixes Update 1.1.2 - We can now cite PDFs and pages saved on your computer! (just make sure you enable access to file URLs in the extension settings)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MyBib: Free Citation Generator |
ID | phidhnmbkbkbkbknhldmpmnacgicphkf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mybib-free-citation-gener/phidhnmbkbkbkbknhldmpmnacgicphkf |
คำอธิบาย | Automatically create APA style, MLA format, and Harvard referencing style citations with our citation generator add-on for Chrome. |
ขนาดไฟล์ | 1.06 MB |
จำนวนการติดตั้ง | 1,853,512 |
เวอร์ชันปัจจุบัน | 1.1.28 |
อัปเดตครั้งล่าสุด | 2023-12-07 |
วันที่เผยแพร่ | 2020-06-24 |
คะแนน | 4.80/5 รวมทั้งหมด 1317 คะแนน |
ผู้พัฒนา | https://www.mybib.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.mybib.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.mybib.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyBib: Free Citation Generator", "short_name": "MyBib", "author": "MyBib.com", "version": "1.1.28", "manifest_version": 2, "description": "Automatically create APA style, MLA format, and Harvard referencing style citations with our citation generator add-on for Chrome.", "browser_action": { "default_icon": "static\/images\/logo-128.png", "default_title": "MyBib: Free Citation Generator", "default_popup": "index.html" }, "icons": { "128": "static\/images\/logo-128.png", "48": "static\/images\/logo-48.png", "32": "static\/images\/logo-32.png", "19": "static\/images\/logo-19.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "clipboardWrite", "storage", "tabs", "*:\/\/*\/*", "webRequest", "webRequestBlocking" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/www.mybib.com\/*" ] }, "homepage_url": "https:\/\/www.mybib.com", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "popup.htm", "static\/*" ] } |