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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet"."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Replace Blockchain with Spreadsheet

ดาวน์โหลดไฟล์ส่วนขยาย Replace Blockchain with Spreadsheet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}