Any BibTeX

Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website.

ما هو Any BibTeX؟

Any BibTeX هو إضافة Chrome تم تطويرها بواسطة https://lilikovych.name، والميزة الرئيسية لها هي "Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website.".

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

screenshot

تحميل ملف CRX للإضافة Any BibTeX

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

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

                        Copies BibTeX reference on book from Google's bookstore. Also works for any another website. Code will be copied to clipboard automatically.

Key features:
* Includes "urldate" field with custom format;
* Google Books native support;
* IEEEXplore native support;
* Creates "@online" item for any another website.

More bookstores will be added soon.                    

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

الاسم Any BibTeX Any BibTeX
ID pcneplpbjokfakcgcihplkaomiolelim
عنوان URL الرسمي https://chromewebstore.google.com/detail/any-bibtex/pcneplpbjokfakcgcihplkaomiolelim
الوصف Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website.
حجم الملف 36.28 KB
عدد التثبيتات 191
النسخة الحالية 1.1.2
آخر تحديث 2015-10-29
تاريخ النشر 2015-10-29
تقييم 3.00/5 مجموع تقييمات 1
المطور https://lilikovych.name
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة de,en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "version": "1.1.2",
    "author": "Sergiy Lilikovych",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "30": "images\/icon30.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ]
}