BibTex It!

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

What is BibTex It!?

BibTex It! is a Chrome extension developed by https://zhengxu.work, and its main feature is "This extension gets your bibtex citation through your text selection within one-click.".

Extension Screenshots

screenshot

Download BibTex It! Extension CRX File

Download BibTex It! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name BibTex It! BibTex It!
ID hofkoiddldajhihgjbckeffpodeoockc
Official URL https://chromewebstore.google.com/detail/bibtex-it/hofkoiddldajhihgjbckeffpodeoockc
Description This extension gets your bibtex citation through your text selection within one-click.
File Size 8.76 KB
Installation Count 6,481
Current Version 1.1
Last Updated 2016-09-24
Publish Date 2016-09-24
Rating 4.81/5 Total 16 Ratings
Developer https://zhengxu.work
Payment Type free
Supported Languages 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"
        ]
    }
}