CiteGen
Generate a Wikipedia citation from the current page, using reFill.
Apa itu CiteGen?
CiteGen adalah ekstensi Chrome yang dikembangkan oleh Zhaofeng Li, dan fitur utamanya adalah "Generate a Wikipedia citation from the current page, using reFill.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CiteGen
Unduh file ekstensi CiteGen dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | fdoibbbobhoioofchdplhodlihdbogfg |
URL Resmi | https://chrome.google.com/webstore/detail/citegen/fdoibbbobhoioofchdplhodlihdbogfg |
Deskripsi | Generate a Wikipedia citation from the current page, using reFill. |
Ukuran File | 101 KB |
Jumlah Instalasi | 100 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2015-03-08 |
Tanggal Publikasi | 2015-03-08 |
Penilaian | 4.70/5 Total 10 Penilaian |
Pengembang | Zhaofeng Li |
Tipe Pembayaran | free |
Situs Ekstensi | https://en.wikipedia.org/wiki/User:Zhaofeng_Li/CiteGen |
URL Halaman Bantuan | https://en.wikipedia.org/wiki/User_talk:Zhaofeng_Li/CiteGen |
Bahasa yang Didukung | 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'" } |