Replace Blockchain with Spreadsheet

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

Co je Replace Blockchain with Spreadsheet?

Replace Blockchain with Spreadsheet je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet".“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Replace Blockchain with Spreadsheet

Stáhněte si soubory rozšíření Replace Blockchain with Spreadsheet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Replace Blockchain with Spreadsheet Replace Blockchain with Spreadsheet
ID johdgapbhomlhcflancninpeafocpopn
Oficiální URL https://chromewebstore.google.com/detail/replace-blockchain-with-s/johdgapbhomlhcflancninpeafocpopn
Popis Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet".
Velikost souboru 3.59 KB
Počet instalací 110
Aktuální Verze 1.1
Poslední Aktualizace 2018-03-07
Datum Vydání 2018-03-07
Hodnocení 5.00/5 Celkem 10 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}