Easy BibTex Generator

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

Co je Easy BibTex Generator?

Easy BibTex Generator je rozšíření Chrome vyvinuté Alireza Ghasemi, a jeho hlavní funkcí je „Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Easy BibTex Generator

Stáhněte si soubory rozšíření Easy BibTex Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Easy BibTex Generator Easy BibTex Generator
ID nfggodmmmphgdlhkeiifancagoklaiea
Oficiální URL https://chromewebstore.google.com/detail/easy-bibtex-generator/nfggodmmmphgdlhkeiifancagoklaiea
Popis Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.
Velikost souboru 125 KB
Počet instalací 448
Aktuální Verze 0.4
Poslední Aktualizace 2015-02-10
Datum Vydání 2015-02-10
Hodnocení 2.00/5 Celkem 3 Hodnocení
Vývojář Alireza Ghasemi
Typ Platby free
Podporované Jazyky 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
}