Easy BibTex Generator
Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.
Vad är Easy BibTex Generator?
Easy BibTex Generator är en Chrome-tillägg utvecklad av Alireza Ghasemi, och dess huvudfunktion är "Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.".
Tilläggsskärmbilder
Ladda ner Easy BibTex Generator-förlängningens CRX-fil
Ladda ner Easy BibTex Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | Easy BibTex Generator |
ID | nfggodmmmphgdlhkeiifancagoklaiea |
Officiell webbadress | https://chromewebstore.google.com/detail/easy-bibtex-generator/nfggodmmmphgdlhkeiifancagoklaiea |
Beskrivning | Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore. |
Filstorlek | 125 KB |
Antal Installationer | 448 |
Aktuell Version | 0.4 |
Senast Uppdaterad | 2015-02-10 |
Publiceringsdatum | 2015-02-10 |
Betyg | 2.00/5 Totalt 3 Betyg |
Utvecklare | Alireza Ghasemi |
Betalningssätt | free |
Stödda Språk | 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 } |