CiteGen
Generate a Wikipedia citation from the current page, using reFill.
CiteGen란 무엇입니까?
CiteGen은(는) Zhaofeng Li에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate a Wikipedia citation from the current page, using reFill."입니다.
확장 프로그램 스크린샷
CiteGen 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension adds a toolbar button that generates a Wikipedia citation from the current page. The URL of the the current page is sent to and accessed by the reFill tool hosted on Wikimedia Tool Labs.
확장 프로그램 기본 정보
이름 | |
ID | fdoibbbobhoioofchdplhodlihdbogfg |
공식 URL | https://chrome.google.com/webstore/detail/citegen/fdoibbbobhoioofchdplhodlihdbogfg |
설명 | Generate a Wikipedia citation from the current page, using reFill. |
파일 크기 | 101 KB |
설치 횟수 | 100 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2015-03-08 |
출시 날짜 | 2015-03-08 |
평점 | 4.70/5 총 10 개의 평점 |
개발자 | Zhaofeng Li |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://en.wikipedia.org/wiki/User:Zhaofeng_Li/CiteGen |
도움말 페이지 URL | https://en.wikipedia.org/wiki/User_talk:Zhaofeng_Li/CiteGen |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CiteGen", "description": "Generate a Wikipedia citation from the current page, using reFill.", "version": "1.0.0", "permissions": [ "tabs", "https:\/\/tools.wmflabs.org\/*" ], "browser_action": { "default_icon": "common\/icon.png", "default_popup": "common\/popup.html" }, "content_security_policy": "script-src 'self' https:\/\/tools.wmflabs.org; object-src 'self'" } |