Replace Blockchain with Spreadsheet

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

Vad är Replace Blockchain with Spreadsheet?

Replace Blockchain with Spreadsheet är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet".".

Tilläggsskärmbilder

screenshot

Ladda ner Replace Blockchain with Spreadsheet-förlängningens CRX-fil

Ladda ner Replace Blockchain with Spreadsheet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Replace Blockchain with Spreadsheet Replace Blockchain with Spreadsheet
ID johdgapbhomlhcflancninpeafocpopn
Officiell webbadress https://chromewebstore.google.com/detail/replace-blockchain-with-s/johdgapbhomlhcflancninpeafocpopn
Beskrivning Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet".
Filstorlek 3.59 KB
Antal Installationer 110
Aktuell Version 1.1
Senast Uppdaterad 2018-03-07
Publiceringsdatum 2018-03-07
Betyg 5.00/5 Totalt 10 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
        }
    ]
}