BibTex It!
This extension gets your bibtex citation through your text selection within one-click.
Co je BibTex It!?
BibTex It! je rozšíření Chrome vyvinuté https://zhengxu.work, a jeho hlavní funkcí je „This extension gets your bibtex citation through your text selection within one-click.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření BibTex It!
Stáhněte si soubory rozšíření BibTex It! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension gets your bibtex citation through your url or your text selection within one-click.
Základní Informace o Rozšíření
Název | BibTex It! |
ID | hofkoiddldajhihgjbckeffpodeoockc |
Oficiální URL | https://chromewebstore.google.com/detail/bibtex-it/hofkoiddldajhihgjbckeffpodeoockc |
Popis | This extension gets your bibtex citation through your text selection within one-click. |
Velikost souboru | 8.76 KB |
Počet instalací | 6,481 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2016-09-24 |
Datum Vydání | 2016-09-24 |
Hodnocení | 4.81/5 Celkem 16 Hodnocení |
Vývojář | https://zhengxu.work |
Typ Platby | free |
Podporované Jazyky | 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" ] } } |