Easy BibTex Generator
Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.
What is Easy BibTex Generator?
Easy BibTex Generator is a Chrome extension developed by Alireza Ghasemi, and its main feature is "Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.".
Extension Screenshots
Download Easy BibTex Generator Extension CRX File
Download Easy BibTex Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Easy BibTex Generator |
ID | nfggodmmmphgdlhkeiifancagoklaiea |
Official URL | https://chromewebstore.google.com/detail/easy-bibtex-generator/nfggodmmmphgdlhkeiifancagoklaiea |
Description | Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore. |
File Size | 125 KB |
Installation Count | 448 |
Current Version | 0.4 |
Last Updated | 2015-02-10 |
Publish Date | 2015-02-10 |
Rating | 2.00/5 Total 3 Ratings |
Developer | Alireza Ghasemi |
Payment Type | free |
Supported Languages | 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 } |