Bibtex Google Scholar International

Copy Bibtex from Google Scholar

Bibtex Google Scholar International क्या है?

Bibtex Google Scholar International Simon Hengchen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy Bibtex from Google Scholar"।

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

screenshot

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

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

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

                        Fork from https://chrome.google.com/webstore/detail/google-scholar-bibtex/lpadjkikoegfojgbhapfmkanmpoejdia .

This version adds support for localised Google Scholar pages (.co.uk, .be, etc)

/_\ You need to tick the "Show links to import citations into BibTeX" option in the Scholar settings.                    

एक्सटेंशन की मूल जानकारी

नाम Bibtex Google Scholar International Bibtex Google Scholar International
ID jppobkmpheckcklapgnidmgdmkabnoll
आधिकारिक URL https://chrome.google.com/webstore/detail/bibtex-google-scholar-int/jppobkmpheckcklapgnidmgdmkabnoll
विवरण Copy Bibtex from Google Scholar
फ़ाइल का आकार 42.34 KB
स्थापना संख्या 415
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-01-27
प्रकाशन तिथि 2017-01-27
रेटिंग 2.80/5 कुल 5 रेटिंग्स
डेवलपर Simon Hengchen
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bibtex Google Scholar International",
    "version": "1.0",
    "description": "Copy Bibtex from Google Scholar",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scholar.google.be\/*",
                "http:\/\/scholar.google.be\/*",
                "https:\/\/scholar.google.com\/*",
                "http:\/\/scholar.google.com\/*",
                "https:\/\/scholar.google.dk\/*",
                "http:\/\/scholar.google.dk\/*",
                "https:\/\/scholar.google.nl\/*",
                "http:\/\/scholar.google.nl\/*",
                "https:\/\/scholar.google.de\/*",
                "http:\/\/scholar.google.de\/*",
                "https:\/\/scholar.google.co.uk\/*",
                "http:\/\/scholar.google.co.uk\/*",
                "https:\/\/scholar.google.dk\/*",
                "http:\/\/scholar.google.dk\/*",
                "https:\/\/scholar.google.se\/*",
                "http:\/\/scholar.google.se\/*",
                "https:\/\/scholar.google.fi\/*",
                "http:\/\/scholar.google.fi\/*",
                "https:\/\/scholar.google.no\/*",
                "http:\/\/scholar.google.no\/*",
                "https:\/\/scholar.google.es\/*",
                "http:\/\/scholar.google.es\/*",
                "https:\/\/scholar.google.pt\/*",
                "http:\/\/scholar.google.pt\/*",
                "https:\/\/scholar.google.it\/*",
                "http:\/\/scholar.google.it\/*",
                "https:\/\/scholar.google.ca\/*",
                "http:\/\/scholar.google.ca\/*",
                "https:\/\/scholar.google.fr\/*",
                "http:\/\/scholar.google.fr\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "clipboard.min.js",
                "script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardWrite"
    ],
    "manifest_version": 2,
    "icons": {
        "150": "bibtex.png"
    }
}