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'" } |