Replace Linux with GNU/Linux

Put Richard in your web browser.

Apa itu Replace Linux with GNU/Linux?

Replace Linux with GNU/Linux adalah ekstensi Chrome yang dikembangkan oleh Angristan, dan fitur utamanya adalah "Put Richard in your web browser.".

Unduh Berkas CRX Ekstensi Replace Linux with GNU/Linux

Unduh file ekstensi Replace Linux with GNU/Linux 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

                        A Chrome extension that replaces "Linux" with "GNU/Linux" on the web.                    

Informasi Dasar Ekstensi

Nama Replace Linux with GNU/Linux Replace Linux with GNU/Linux
ID hfpdfpigmhmbamkdacjkimgoipdmhlgm
URL Resmi https://chrome.google.com/webstore/detail/replace-linux-with-gnulin/hfpdfpigmhmbamkdacjkimgoipdmhlgm
Deskripsi Put Richard in your web browser.
Ukuran File 4.35 KB
Jumlah Instalasi 27
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-03-04
Tanggal Publikasi 2018-03-04
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Angristan
Tipe Pembayaran free
Situs Ekstensi https://github.com/Angristan/GNU-Linux
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Replace Linux with GNU\/Linux",
    "description": "Put Richard in your web browser.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}