Mick Schroeder's Citation Generator

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

What is Mick Schroeder's Citation Generator?

Mick Schroeder's Citation Generator is a Chrome extension developed by https://mickschroeder.com, and its main feature is "This extension loads the current page into Mick Schroeder's Citation Generator.".

Extension Screenshots

screenshot

Download Mick Schroeder's Citation Generator Extension CRX File

Download Mick Schroeder's Citation Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        🔥 📑 
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                    

Extension Basic Information

Name Mick Schroeder's Citation Generator Mick Schroeder's Citation Generator
ID gocmebnobccjiigdnakfmlieghedgdhk
Official URL https://chromewebstore.google.com/detail/mick-schroeders-citation/gocmebnobccjiigdnakfmlieghedgdhk
Description This extension loads the current page into Mick Schroeder's Citation Generator.
File Size 18.31 KB
Installation Count 2,636
Current Version 2.0
Last Updated 2021-08-09
Publish Date 2015-12-22
Rating 3.71/5 Total 17 Ratings
Developer https://mickschroeder.com
Email [email protected]
Payment Type free
Extension Website https://cite.mickschroeder.com/
Privacy Policy Page URL https://mickschroeder.com/privacy-policy
Supported Languages 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": [
        ""
    ]
}