exCITEting
Cite in Harvard & APA!
exCITEtingคืออะไร?
exCITEting เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JT Liew และคุณลักษณะหลักของมันคือ "Cite in Harvard & APA!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย exCITEting
ดาวน์โหลดไฟล์ส่วนขยาย exCITEting ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
1) Automatically generate Harvard/APA referencing. 2) Cite different resources. 3) Save bibiography for later usage. Drop me a comment if you want any to add anything else! here are the codes for the program: https://github.com/pandawarrior91/GExtension_exCITEing?source=cc Thank you for using!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | exCITEting |
ID | epoaclcodmjlibgeiepldcpicajecapc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/exciteting/epoaclcodmjlibgeiepldcpicajecapc |
คำอธิบาย | Cite in Harvard & APA! |
ขนาดไฟล์ | 103 KB |
จำนวนการติดตั้ง | 92 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2013-09-16 |
วันที่เผยแพร่ | 2013-09-16 |
คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | JT Liew |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "exCITEting", "version": "1.4", "manifest_version": 2, "description": "Cite in Harvard & APA!", "browser_action": { "default_icon": "icon.png", "default_title": "Cite in Harvard and APA!", "default_popup": "extension.html" }, "permissions": [ "tabs" ], "icons": { "128": "icon.png" } } |