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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        🔥 📑 
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/
عنوان صفحة سياسة الخصوصية 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": [
        ""
    ]
}