Replace Blockchain with Spreadsheet

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

Wat is Replace Blockchain with Spreadsheet?

Replace Blockchain with Spreadsheet is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet".".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Replace Blockchain with Spreadsheet

Download Replace Blockchain with Spreadsheet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Replace Blockchain with Spreadsheet Replace Blockchain with Spreadsheet
ID johdgapbhomlhcflancninpeafocpopn
Officiële URL https://chromewebstore.google.com/detail/replace-blockchain-with-s/johdgapbhomlhcflancninpeafocpopn
Beschrijving Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet".
Bestandsgrootte 3.59 KB
Aantal Installaties 110
Huidige Versie 1.1
Laatst Bijgewerkt 2018-03-07
Publicatiedatum 2018-03-07
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}