Citation Generator

Generate citations for a project at the click of a button.

Citation Generatorคืออะไร?

Citation Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย danieljextensions และคุณลักษณะหลักของมันคือ "Generate citations for a project at the click of a button."

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

screenshot

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

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

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

                        Generate citations for a project at the click of a button. Choose between MLA, APA, Chicago, Vancouver or Harvard citing style. Copy all citations by clicking on the top right corner.                    

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

ชื่อ Citation Generator Citation Generator
ID necdcdcfodjkfjfbgieeemmhondglmkc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/citation-generator/necdcdcfodjkfjfbgieeemmhondglmkc
คำอธิบาย Generate citations for a project at the click of a button.
ขนาดไฟล์ 5.23 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-08-23
วันที่เผยแพร่ 2022-08-22
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา danieljextensions
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicies.com/live/46eeb925-ce64-44ae-8a21-d81edca6fd69
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Citation Generator",
    "description": "Generate citations for a project at the click of a button.",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}