Remove Wikipedia Citations
Remove citations from Wikipedia articles (all languages)
什么是Remove Wikipedia Citations?
Remove Wikipedia Citations是由vcotta开发的Chrome扩展程序,该扩展的主要功能是“Remove citations from Wikipedia articles (all languages)”。
扩展截图
下载Remove Wikipedia Citations扩展crx文件
下载Remove Wikipedia Citations扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Citations are used to link parts of the article to sources, situated in the "References" section, at the bottom of the page. Citations contribute to legitimation of presented data, but they can be annoying when the use of copy/paste is required.
扩展基本信息
名称 | Remove Wikipedia Citations |
ID | ghikcjkcchinbiolikgaggkjhdjkehna |
官方URL | https://chromewebstore.google.com/detail/remove-wikipedia-citation/ghikcjkcchinbiolikgaggkjhdjkehna |
简介 | Remove citations from Wikipedia articles (all languages) |
文件大小 | 15.25 KB |
安装次数 | 160 |
当前版本 | 2.3.1.12 |
更新时间 | 2023-01-13 |
上架时间 | 2023-01-13 |
评分 | 5.00/5 共2次评分 |
开发者 | vcotta |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Wikipedia Citations", "description": "Remove citations from Wikipedia articles (all languages)", "version": "2.3.1.12", "author": "Valentin Cotta", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.wikipedia.org\/*" ], "css": [ "style.css" ] } ] } |