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".".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Replace Blockchain with Spreadsheet
قم بتنزيل ملفات الامتداد Replace Blockchain with Spreadsheet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } ] } |