CiteMaker CiteWeb | Harvard International

CiteMaker is for formatting academic citations and reference lists.

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

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

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

screenshot

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

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

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

                        CiteMaker's Chrome Extension - CiteWeb - automatically generates citations for websites. It enables the user to edit. export, and save citations. CiteMaker also has a search function for compiling books and journal citations using Author names, titles, ISBNs and ISSNs.                    

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

ชื่อ CiteMaker CiteWeb | Harvard International CiteMaker CiteWeb | Harvard International
ID nkbnlphjkedafdcmeigecbeogikaookl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/citemaker-citeweb-harvard/nkbnlphjkedafdcmeigecbeogikaookl
คำอธิบาย CiteMaker is for formatting academic citations and reference lists.
ขนาดไฟล์ 778 KB
จำนวนการติดตั้ง 240
เวอร์ชันปัจจุบัน 1.0.1.7
อัปเดตครั้งล่าสุด 2021-09-14
วันที่เผยแพร่ 2018-09-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา 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 International",
    "short_name": "cmharvard",
    "version": "1.0.1.7",
    "description": "CiteMaker is for formatting academic citations and reference lists. ",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "identity",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/www.paypal.com\/cgi-bin\/webscr",
        "https:\/\/www.citemaker.com\/*",
        "https:\/\/citemaker.com\/*",
        "http:\/\/statcounter.com\/*",
        "http:\/\/c.statcounter.com\/*",
        "https:\/\/c.statcounter.com\/*"
    ],
    "oauth2": {
        "client_id": "24053905479-vs9su299m6hf4f3fn00mtntd5rnqbfma.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.htm"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.citemaker.com\/*"
            ],
            "js": [
                "mycnt.js"
            ]
        }
    ],
    "icons": {
        "16": "favicon.png",
        "48": "favicon48.png",
        "128": "favicon128.png"
    },
    "manifest_version": 2
}