BibTex It!

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

Cos'è BibTex It!?

BibTex It! è un'estensione di Chrome sviluppata da https://zhengxu.work, e la sua funzione principale è "This extension gets your bibtex citation through your text selection within one-click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BibTex It!

Scarica i file di estensione BibTex It! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome BibTex It! BibTex It!
ID hofkoiddldajhihgjbckeffpodeoockc
URL Ufficiale https://chromewebstore.google.com/detail/bibtex-it/hofkoiddldajhihgjbckeffpodeoockc
Descrizione This extension gets your bibtex citation through your text selection within one-click.
Dimensione del File 8.76 KB
Conteggio Installazioni 6,481
Versione Corrente 1.1
Ultimo Aggiornamento 2016-09-24
Data di Pubblicazione 2016-09-24
Valutazione 4.81/5 Totale 16 Valutazioni
Sviluppatore https://zhengxu.work
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}