BibTex It!

This extension gets your bibtex citation through your text selection within one-click.

BibTex It!คืออะไร?

BibTex It! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zhengxu.work และคุณลักษณะหลักของมันคือ "This extension gets your bibtex citation through your text selection within one-click."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BibTex It!

ดาวน์โหลดไฟล์ส่วนขยาย BibTex It! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension gets your bibtex citation through your url or your text selection within one-click.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BibTex It! BibTex It!
ID hofkoiddldajhihgjbckeffpodeoockc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bibtex-it/hofkoiddldajhihgjbckeffpodeoockc
คำอธิบาย This extension gets your bibtex citation through your text selection within one-click.
ขนาดไฟล์ 8.76 KB
จำนวนการติดตั้ง 6,481
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-09-24
วันที่เผยแพร่ 2016-09-24
คะแนน 4.81/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://zhengxu.work
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BibTex It!",
    "description": "This extension gets your bibtex citation through your text selection within one-click. ",
    "version": "1.1",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "https:\/\/scholar.google.com\/"
    ],
    "background": {
        "scripts": [
            "js\/context.js"
        ]
    }
}