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
}