Mick Schroeder's Citation Generator

This extension loads the current page into Mick Schroeder's Citation Generator.

Mick Schroeder's Citation Generatorคืออะไร?

Mick Schroeder's Citation Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mickschroeder.com และคุณลักษณะหลักของมันคือ "This extension loads the current page into Mick Schroeder's Citation Generator."

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

screenshot

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

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

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

                        🔥 📑 
This extension loads the current page into Mick Schroeder’s automatic citation, bibliography and .PDF filename generator. 

Automatically generate citations from a 🌐 URL, 📘 PubMed, 🆔 DOI, 📚 Journals, and many others… 

🔥 Style with AMA, APA, APA, NLM, + 9000 more. 

🔥 Skip the paywall. Find free, full-text PDF.

HOW TO USE:
 - Just click the red "quotation mark" icon in the toolbar to automatically generate a citation for the current web page                    

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

ชื่อ Mick Schroeder's Citation Generator Mick Schroeder's Citation Generator
ID gocmebnobccjiigdnakfmlieghedgdhk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mick-schroeders-citation/gocmebnobccjiigdnakfmlieghedgdhk
คำอธิบาย This extension loads the current page into Mick Schroeder's Citation Generator.
ขนาดไฟล์ 18.31 KB
จำนวนการติดตั้ง 2,636
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2021-08-09
วันที่เผยแพร่ 2015-12-22
คะแนน 3.71/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://mickschroeder.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cite.mickschroeder.com/
URL หน้านโยบายความเป็นส่วนตัว https://mickschroeder.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mick Schroeder's Citation Generator",
    "description": "This extension loads the current page into Mick Schroeder's Citation Generator.",
    "version": "2.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "permissions": [
        ""
    ]
}