Replace Blockchain with Spreadsheet

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

Replace Blockchain with Spreadsheet क्या है?

Replace Blockchain with Spreadsheet Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet"."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Replace Blockchain with Spreadsheet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Replace Blockchain with Spreadsheet Replace Blockchain with Spreadsheet
ID johdgapbhomlhcflancninpeafocpopn
आधिकारिक URL https://chromewebstore.google.com/detail/replace-blockchain-with-s/johdgapbhomlhcflancninpeafocpopn
विवरण Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet".
फ़ाइल का आकार 3.59 KB
स्थापना संख्या 110
वर्तमान संस्करण 1.1
अंतिम अपडेट 2018-03-07
प्रकाशन तिथि 2018-03-07
रेटिंग 5.00/5 कुल 10 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    ]
}