BibTex It!

This extension gets your bibtex citation through your text selection within one-click.

BibTex It!とは何ですか?

BibTex It!はhttps://zhengxu.workによって開発されたChromeの拡張機能で、その主な機能は「This extension gets your bibtex citation through your text selection within one-click.」です。

拡張機能のスクリーンショット

screenshot

BibTex It!拡張機能のCRXファイルをダウンロード

BibTex It!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension gets your bibtex citation through your url or your text selection within one-click.                    

拡張機能の基本情報

名前 BibTex It! BibTex It!
ID hofkoiddldajhihgjbckeffpodeoockc
公式URL https://chromewebstore.google.com/detail/bibtex-it/hofkoiddldajhihgjbckeffpodeoockc
説明 This extension gets your bibtex citation through your text selection within one-click.
ファイルサイズ 8.76 KB
インストール数 6,481
現在のバージョン 1.1
最終更新日 2016-09-24
公開日 2016-09-24
評価 4.81/5 合計 16 レビュー
開発者 https://zhengxu.work
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BibTex It!",
    "description": "This extension gets your bibtex citation through your text selection within one-click. ",
    "version": "1.1",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "https:\/\/scholar.google.com\/"
    ],
    "background": {
        "scripts": [
            "js\/context.js"
        ]
    }
}