CiteGen

Generate a Wikipedia citation from the current page, using reFill.

CiteGenคืออะไร?

CiteGen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zhaofeng Li และคุณลักษณะหลักของมันคือ "Generate a Wikipedia citation from the current page, using reFill."

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

screenshot

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

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

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

                        This extension adds a toolbar button that generates a Wikipedia citation from the current page. The URL of the the current page is sent to and accessed by the reFill tool hosted on Wikimedia Tool Labs.                    

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

ชื่อ CiteGen CiteGen
ID fdoibbbobhoioofchdplhodlihdbogfg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/citegen/fdoibbbobhoioofchdplhodlihdbogfg
คำอธิบาย Generate a Wikipedia citation from the current page, using reFill.
ขนาดไฟล์ 101 KB
จำนวนการติดตั้ง 100
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2015-03-08
วันที่เผยแพร่ 2015-03-08
คะแนน 4.70/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Zhaofeng Li
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://en.wikipedia.org/wiki/User:Zhaofeng_Li/CiteGen
URL หน้าช่วยเหลือ https://en.wikipedia.org/wiki/User_talk:Zhaofeng_Li/CiteGen
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CiteGen",
    "description": "Generate a Wikipedia citation from the current page, using reFill.",
    "version": "1.0.0",
    "permissions": [
        "tabs",
        "https:\/\/tools.wmflabs.org\/*"
    ],
    "browser_action": {
        "default_icon": "common\/icon.png",
        "default_popup": "common\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/tools.wmflabs.org; object-src 'self'"
}