Replace Blockchain with Spreadsheet

Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet".

Apa itu Replace Blockchain with Spreadsheet?

Replace Blockchain with Spreadsheet adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet".".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Replace Blockchain with Spreadsheet

Unduh file ekstensi Replace Blockchain with Spreadsheet 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

                        WHAT: 
This is a Chrome browser extension that can help readers contextualize news stories with hype about multiple copies of a giant excel spreadsheet technology, by reminding you that multiple copies of a giant excel spreadsheet is, in essense, a giant Excel spreadsheet.

WHY: 
For fun.

SPECIAL THANKS:
Twitter user @mims (Christopher Mims) for the suggestion to make a "browser extension that replaces "blockchain" with "mulitple copies of a giant Excel spreadsheet." For example, "multiple copies of a giant excel spreadsheet to revolutionize journalism."

Thanks to Tom Maxwell for the tutorial and template code for this project!

Enjoy!

-CBL                    

Informasi Dasar Ekstensi

Nama Replace Blockchain with Spreadsheet Replace Blockchain with Spreadsheet
ID johdgapbhomlhcflancninpeafocpopn
URL Resmi https://chromewebstore.google.com/detail/replace-blockchain-with-s/johdgapbhomlhcflancninpeafocpopn
Deskripsi Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet".
Ukuran File 3.59 KB
Jumlah Instalasi 110
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-03-07
Tanggal Publikasi 2018-03-07
Penilaian 5.00/5 Total 10 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Replace Blockchain with Spreadsheet",
    "description": "Replaces all instances of the word \"blockchain\" with the phrase \"mulitple copies of a giant Excel spreadsheet\".",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}