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是由https://mickschroeder.com开发的Chrome扩展程序,该扩展的主要功能是“This extension loads the current page into Mick Schroeder's Citation Generator.”。

扩展截图

screenshot

下载Mick Schroeder's Citation Generator扩展crx文件

下载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": [
        ""
    ]
}