Easy BibTex Generator
Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.
Τι είναι το Easy BibTex Generator;
Το Easy BibTex Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Alireza Ghasemi, και η κύρια λειτουργία του είναι "Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Easy BibTex Generator
Λήψη αρχείων επέκτασης Easy BibTex Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Βασικές Πληροφορίες Επέκτασης
Όνομα | Easy BibTex Generator |
ID | nfggodmmmphgdlhkeiifancagoklaiea |
Επίσημο URL | https://chromewebstore.google.com/detail/easy-bibtex-generator/nfggodmmmphgdlhkeiifancagoklaiea |
Περιγραφή | Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore. |
Μέγεθος Αρχείου | 125 KB |
Αριθμός Εγκαταστάσεων | 448 |
Τρέχουσα Έκδοση | 0.4 |
Τελευταία Ενημέρωση | 2015-02-10 |
Ημερομηνία Δημοσίευσης | 2015-02-10 |
Αξιολόγηση | 2.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Alireza Ghasemi |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } |