Replace Blockchain with Spreadsheet

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

Qu'est-ce que Replace Blockchain with Spreadsheet ?

Replace Blockchain with Spreadsheet est une extension Chrome développée par Unknown, et sa fonction principale est "Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet".".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Replace Blockchain with Spreadsheet

Téléchargez les fichiers d'extension Replace Blockchain with Spreadsheet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Replace Blockchain with Spreadsheet Replace Blockchain with Spreadsheet
ID johdgapbhomlhcflancninpeafocpopn
URL Officiel https://chromewebstore.google.com/detail/replace-blockchain-with-s/johdgapbhomlhcflancninpeafocpopn
Description Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet".
Taille du Fichier 3.59 KB
Nombre d'Installations 110
Version Actuelle 1.1
Dernière Mise à Jour 2018-03-07
Date de Publication 2018-03-07
Évaluation 5.00/5 Total 10 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}