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文件
下载CiteGen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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'" } |