Easy BibTex Generator

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

什么是Easy BibTex Generator?

Easy BibTex Generator是由Alireza Ghasemi开发的Chrome扩展程序,该扩展的主要功能是“Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.”。

扩展截图

screenshot

下载Easy BibTex Generator扩展crx文件

下载Easy BibTex Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Easy BibTex Generator Easy BibTex Generator
ID nfggodmmmphgdlhkeiifancagoklaiea
官方URL https://chromewebstore.google.com/detail/easy-bibtex-generator/nfggodmmmphgdlhkeiifancagoklaiea
简介 Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.
文件大小 125 KB
安装次数 448
当前版本 0.4
更新时间 2015-02-10
上架时间 2015-02-10
评分 2.00/5 共3次评分
开发者 Alireza Ghasemi
付费类型 free
支持的语言 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
}