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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Easy BibTex Generator

قم بتنزيل ملفات الامتداد Easy BibTex Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Easy BibTex Generator 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
}