BibTex It!
This extension gets your bibtex citation through your text selection within one-click.
Hvad er BibTex It!?
BibTex It! er en Chrome-udvidelse udviklet af https://zhengxu.work, og dens hovedfunktion er "This extension gets your bibtex citation through your text selection within one-click.".
Udvidelsesskærmbilleder
Download BibTex It!-udvidelses-CRX-fil
Download BibTex It!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        This extension gets your bibtex citation through your url or your text selection within one-click.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | hofkoiddldajhihgjbckeffpodeoockc | 
| Officiel URL | https://chromewebstore.google.com/detail/bibtex-it/hofkoiddldajhihgjbckeffpodeoockc | 
| Beskrivelse | This extension gets your bibtex citation through your text selection within one-click. | 
| Filstørrelse | 8.76 KB | 
| Antal Installationer | 6,481 | 
| Nuværende Version | 1.1 | 
| Senest Opdateret | 2016-09-24 | 
| Udgivelsesdato | 2016-09-24 | 
| Bedømmelse | 4.81/5 Samlet 16 Bedømmelser | 
| Udvikler | https://zhengxu.work | 
| Betalingsmetode | free | 
| Understøttede Sprog | 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"
        ]
    }
}  |  |