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開發的Chrome擴展程式,該擴展的主要功能是“Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet".”。
擴展截圖
下載Replace Blockchain with Spreadsheet擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | johdgapbhomlhcflancninpeafocpopn |
| 官方網址 | 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"
}
]
} | |