Easy BibTex Generator
Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.
Wat is Easy BibTex Generator?
Easy BibTex Generator is een Chrome-extensie ontwikkeld door Alireza Ghasemi, en de belangrijkste functie is "Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.".
Extensie Screenshots
Download het CRX-bestand van de extensie Easy BibTex Generator
Download Easy BibTex Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Easy BibTex Generator |
ID | nfggodmmmphgdlhkeiifancagoklaiea |
Officiële URL | https://chromewebstore.google.com/detail/easy-bibtex-generator/nfggodmmmphgdlhkeiifancagoklaiea |
Beschrijving | Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore. |
Bestandsgrootte | 125 KB |
Aantal Installaties | 448 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2015-02-10 |
Publicatiedatum | 2015-02-10 |
Beoordeling | 2.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Alireza Ghasemi |
Betalingswijze | free |
Ondersteunde Talen | 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 } |