BibTex It!

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

BibTex It! क्या है?

BibTex It! https://zhengxu.work द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension gets your bibtex citation through your text selection within one-click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BibTex It! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        ]
    }
}