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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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",
        "*:\/\/*\/*"
    ]
}