Easy BibTex Generator

Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.

Cos'è Easy BibTex Generator?

Easy BibTex Generator è un'estensione di Chrome sviluppata da Alireza Ghasemi, e la sua funzione principale è "Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Easy BibTex Generator

Scarica i file di estensione Easy BibTex Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Easy BibTex Generator Easy BibTex Generator
ID nfggodmmmphgdlhkeiifancagoklaiea
URL Ufficiale https://chromewebstore.google.com/detail/easy-bibtex-generator/nfggodmmmphgdlhkeiifancagoklaiea
Descrizione Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.
Dimensione del File 125 KB
Conteggio Installazioni 448
Versione Corrente 0.4
Ultimo Aggiornamento 2015-02-10
Data di Pubblicazione 2015-02-10
Valutazione 2.00/5 Totale 3 Valutazioni
Sviluppatore Alireza Ghasemi
Tipo di Pagamento free
Lingue Supportate 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
}