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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
개인정보 보호 정책 페이지 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": [
        ""
    ]
}