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 |
官方網址 | 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'" } |