CiteMaker CiteWeb | Harvard Australian

CiteMaker is for formatting academic citations and reference lists.

CiteMaker CiteWeb | Harvard Australianคืออะไร?

CiteMaker CiteWeb | Harvard Australian เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.citemaker.com และคุณลักษณะหลักของมันคือ "CiteMaker is for formatting academic citations and reference lists."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CiteMaker CiteWeb | Harvard Australian

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

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

                        ****  CiteWeb automatically cites Generative AI websites and more ****

CiteMaker is for formatting academic citations and reference lists.

CiteMaker's CiteWeb chrome extension automatically generates academic citations from websites in Harvard Australian style.

CiteWeb enables the user to create, edit. export, and save citations.

CiteWeb fully integrates with CiteMaker.com; the web's most accurate citation generator.

If you're looking to save time on compiling a reference list for your next assignment download CiteWeb now - it's free to use!                    

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

ชื่อ CiteMaker CiteWeb | Harvard Australian CiteMaker CiteWeb | Harvard Australian
ID kkhnkjkaahfgoenpmnbmlkflnmoehooh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/citemaker-citeweb-harvard/kkhnkjkaahfgoenpmnbmlkflnmoehooh
คำอธิบาย CiteMaker is for formatting academic citations and reference lists.
ขนาดไฟล์ 801 KB
จำนวนการติดตั้ง 3,133
เวอร์ชันปัจจุบัน 2.2.2.6
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2019-10-29
คะแนน 1.73/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://www.citemaker.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.citemaker.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CiteMaker CiteWeb | Harvard Australian",
    "short_name": "cmagps",
    "version": "2.2.2.6",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkibOQIhxJwaCZ4d0iEe9wl4Dv\/tDFzYJ\/4+xLmXJR1B8TqXOJZ9bNWT8qA+pKOKHLIaNTiQhsiULcx3FWqpSHbSfVHOf\/6Q2B3oRwdBgIM3FeMr25YZNr7w\/y1YSAZFxhpiXgwt9Nye89xq8BhQlOq3NNOtjzdGsYG9hU53L\/hR12L+gi030qIcno27WNHDjA9hZlnUgcWSy0yijYXPXZg6zeO\/ZbD0tMBmpFYEoYNtCzesp6qWXWKHzlQJ2hujCPtNUtgLh5URN70n4vy1IJc9KnBOn+oMPwx9C3mUwueh1PkMxisbHlU4i9C19qrrWA8WHFCK9kMMfgA\/ZeoNsFQIDAQAB",
    "description": "CiteMaker is for formatting academic citations and reference lists. ",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.paypal.com\/cgi-bin\/webscr",
        "https:\/\/www.citemaker.com\/*",
        "https:\/\/citemaker.com\/*"
    ],
    "action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.htm"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.citemaker.com\/*"
            ],
            "js": [
                "mycontent.js"
            ]
        }
    ],
    "icons": {
        "16": "favicon.png",
        "48": "favicon48.png",
        "128": "favicon128.png"
    },
    "manifest_version": 3
}