Easy BibTex Generator
Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.
Apa itu Easy BibTex Generator?
Easy BibTex Generator adalah ekstensi Chrome yang dikembangkan oleh Alireza Ghasemi, dan fitur utamanya adalah "Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Easy BibTex Generator
Unduh file ekstensi Easy BibTex Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | Easy BibTex Generator |
ID | nfggodmmmphgdlhkeiifancagoklaiea |
URL Resmi | https://chromewebstore.google.com/detail/easy-bibtex-generator/nfggodmmmphgdlhkeiifancagoklaiea |
Deskripsi | Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore. |
Ukuran File | 125 KB |
Jumlah Instalasi | 448 |
Versi Saat Ini | 0.4 |
Terakhir Diperbarui | 2015-02-10 |
Tanggal Publikasi | 2015-02-10 |
Penilaian | 2.00/5 Total 3 Penilaian |
Pengembang | Alireza Ghasemi |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |