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
公式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
Eメール [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"
            ]
        }
    ]
}