Easy BibTex Generator

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

O que é Easy BibTex Generator?

Easy BibTex Generator é uma extensão do Chrome desenvolvida por Alireza Ghasemi, e sua principal característica é "Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Easy BibTex Generator

Baixe arquivos de extensão Easy BibTex Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Easy BibTex Generator Easy BibTex Generator
ID nfggodmmmphgdlhkeiifancagoklaiea
URL Oficial https://chromewebstore.google.com/detail/easy-bibtex-generator/nfggodmmmphgdlhkeiifancagoklaiea
Descrição Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.
Tamanho do Arquivo 125 KB
Contagem de Instalações 448
Versão Atual 0.4
Última Atualização 2015-02-10
Data de Publicação 2015-02-10
Classificação 2.00/5 Total de 3 Avaliações
Desenvolvedor Alireza Ghasemi
Tipo de Pagamento free
Idiomas Suportados 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
}