CiteGen
Generate a Wikipedia citation from the current page, using reFill.
CiteGen là gì?
CiteGen là một tiện ích mở rộng Chrome được phát triển bởi Zhaofeng Li, và tính năng chính của nó là "Generate a Wikipedia citation from the current page, using reFill.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CiteGen
Tải xuống các tệp mở rộng CiteGen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fdoibbbobhoioofchdplhodlihdbogfg |
URL Chính Thức | https://chrome.google.com/webstore/detail/citegen/fdoibbbobhoioofchdplhodlihdbogfg |
Mô tả | Generate a Wikipedia citation from the current page, using reFill. |
Kích Thước Tệp | 101 KB |
Số Lần Cài Đặt | 100 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2015-03-08 |
Ngày Phát Hành | 2015-03-08 |
Đánh Giá | 4.70/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Zhaofeng Li |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://en.wikipedia.org/wiki/User:Zhaofeng_Li/CiteGen |
URL Trang Trợ Giúp | https://en.wikipedia.org/wiki/User_talk:Zhaofeng_Li/CiteGen |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |