BibTex It!

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

Vad är BibTex It!?

BibTex It! är en Chrome-tillägg utvecklad av https://zhengxu.work, och dess huvudfunktion är "This extension gets your bibtex citation through your text selection within one-click.".

Tilläggsskärmbilder

screenshot

Ladda ner BibTex It!-förlängningens CRX-fil

Ladda ner BibTex It!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn BibTex It! BibTex It!
ID hofkoiddldajhihgjbckeffpodeoockc
Officiell webbadress https://chromewebstore.google.com/detail/bibtex-it/hofkoiddldajhihgjbckeffpodeoockc
Beskrivning This extension gets your bibtex citation through your text selection within one-click.
Filstorlek 8.76 KB
Antal Installationer 6,481
Aktuell Version 1.1
Senast Uppdaterad 2016-09-24
Publiceringsdatum 2016-09-24
Betyg 4.81/5 Totalt 16 Betyg
Utvecklare https://zhengxu.work
Betalningssätt free
Stödda Språk 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"
        ]
    }
}