BibTex It!
This extension gets your bibtex citation through your text selection within one-click.
Wat is BibTex It!?
BibTex It! is een Chrome-extensie ontwikkeld door https://zhengxu.work, en de belangrijkste functie is "This extension gets your bibtex citation through your text selection within one-click.".
Extensie Screenshots
Download het CRX-bestand van de extensie BibTex It!
Download BibTex It!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension gets your bibtex citation through your url or your text selection within one-click.
Basisinformatie over de Extensie
Naam | BibTex It! |
ID | hofkoiddldajhihgjbckeffpodeoockc |
Officiële URL | https://chromewebstore.google.com/detail/bibtex-it/hofkoiddldajhihgjbckeffpodeoockc |
Beschrijving | This extension gets your bibtex citation through your text selection within one-click. |
Bestandsgrootte | 8.76 KB |
Aantal Installaties | 6,481 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-09-24 |
Publicatiedatum | 2016-09-24 |
Beoordeling | 4.81/5 Totaal 16 Beoordelingen |
Ontwikkelaar | https://zhengxu.work |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |