Easy BibTex Generator
Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.
Easy BibTex Generatorคืออะไร?
Easy BibTex Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alireza Ghasemi และคุณลักษณะหลักของมันคือ "Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy BibTex Generator
ดาวน์โหลดไฟล์ส่วนขยาย Easy BibTex Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Easy BibTex Generator |
ID | nfggodmmmphgdlhkeiifancagoklaiea |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easy-bibtex-generator/nfggodmmmphgdlhkeiifancagoklaiea |
คำอธิบาย | Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore. |
ขนาดไฟล์ | 125 KB |
จำนวนการติดตั้ง | 448 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2015-02-10 |
วันที่เผยแพร่ | 2015-02-10 |
คะแนน | 2.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Alireza Ghasemi |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy BibTex Generator", "version": "0.4", "description": "Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.", "background": { "scripts": [ "js\/jquery-2.0.2.min.js", "js\/jquery.mobile-1.4.5.min.js", "js\/background.js", "js\/gcookie.js" ], "persistent": false }, "page_action": { "default_icon": "icon-128.png", "default_title": "This URL represents a paper. Click the icon to see its BibTex representation.", "default_popup": "popup.html" }, "permissions": [ "declarativeContent", "tabs" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |