Remove Wikipedia Citations

Remove citations from Wikipedia articles (all languages)

Remove Wikipedia Citations là gì?

Remove Wikipedia Citations là một tiện ích mở rộng Chrome được phát triển bởi vcotta, và tính năng chính của nó là "Remove citations from Wikipedia articles (all languages)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Remove Wikipedia Citations

Tải xuống các tệp mở rộng Remove Wikipedia Citations 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Remove Wikipedia Citations Remove Wikipedia Citations
ID ghikcjkcchinbiolikgaggkjhdjkehna
URL Chính Thức https://chromewebstore.google.com/detail/remove-wikipedia-citation/ghikcjkcchinbiolikgaggkjhdjkehna
Mô tả Remove citations from Wikipedia articles (all languages)
Kích Thước Tệp 15.25 KB
Số Lần Cài Đặt 160
Phiên Bản Hiện Tại 2.3.1.12
Cập Nhật Lần Cuối 2023-01-13
Ngày Phát Hành 2023-01-13
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển vcotta
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}