BibTex It!
This extension gets your bibtex citation through your text selection within one-click.
Qu'est-ce que BibTex It! ?
BibTex It! est une extension Chrome développée par https://zhengxu.work, et sa fonction principale est "This extension gets your bibtex citation through your text selection within one-click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BibTex It!
Téléchargez les fichiers d'extension BibTex It! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension gets your bibtex citation through your url or your text selection within one-click.
Informations de Base sur l'Extension
Nom | BibTex It! |
ID | hofkoiddldajhihgjbckeffpodeoockc |
URL Officiel | https://chromewebstore.google.com/detail/bibtex-it/hofkoiddldajhihgjbckeffpodeoockc |
Description | This extension gets your bibtex citation through your text selection within one-click. |
Taille du Fichier | 8.76 KB |
Nombre d'Installations | 6,481 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-09-24 |
Date de Publication | 2016-09-24 |
Évaluation | 4.81/5 Total 16 Évaluations |
Développeur | https://zhengxu.work |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |