Easy BibTex Generator
Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.
Co to jest Easy BibTex Generator?
Easy BibTex Generator to rozszerzenie Chrome opracowane przez Alireza Ghasemi, a jego główną funkcją jest „Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Easy BibTex Generator
Pobierz pliki rozszerzeń Easy BibTex Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | Easy BibTex Generator |
ID | nfggodmmmphgdlhkeiifancagoklaiea |
Oficjalny URL | https://chromewebstore.google.com/detail/easy-bibtex-generator/nfggodmmmphgdlhkeiifancagoklaiea |
Opis | Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore. |
Rozmiar pliku | 125 KB |
Liczba instalacji | 448 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2015-02-10 |
Data Publikacji | 2015-02-10 |
Ocena | 2.00/5 Łącznie 3 Oceny |
Deweloper | Alireza Ghasemi |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy BibTex Generator", "version": "0.4", "description": "Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.", "background": { "scripts": [ "js\/jquery-2.0.2.min.js", "js\/jquery.mobile-1.4.5.min.js", "js\/background.js", "js\/gcookie.js" ], "persistent": false }, "page_action": { "default_icon": "icon-128.png", "default_title": "This URL represents a paper. Click the icon to see its BibTex representation.", "default_popup": "popup.html" }, "permissions": [ "declarativeContent", "tabs" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |