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)”。

擴展截圖

screenshot

下載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 Remove Wikipedia Citations
ID ghikcjkcchinbiolikgaggkjhdjkehna
官方網址 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"
            ]
        }
    ]
}