Easy BibTex Generator

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

Qu'est-ce que Easy BibTex Generator ?

Easy BibTex Generator est une extension Chrome développée par Alireza Ghasemi, et sa fonction principale est "Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Easy BibTex Generator

Téléchargez les fichiers d'extension Easy BibTex Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Easy BibTex Generator Easy BibTex Generator
ID nfggodmmmphgdlhkeiifancagoklaiea
URL Officiel 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.
Taille du Fichier 125 KB
Nombre d'Installations 448
Version Actuelle 0.4
Dernière Mise à Jour 2015-02-10
Date de Publication 2015-02-10
Évaluation 2.00/5 Total 3 Évaluations
Développeur Alireza Ghasemi
Type de Paiement free
Langues Prises en Charge 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
}