Replace Blockchain with Spreadsheet
Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet".
O que é Replace Blockchain with Spreadsheet?
Replace Blockchain with Spreadsheet é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet".".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Replace Blockchain with Spreadsheet
Baixe arquivos de extensão Replace Blockchain with Spreadsheet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Replace Blockchain with Spreadsheet |
ID | johdgapbhomlhcflancninpeafocpopn |
URL Oficial | https://chromewebstore.google.com/detail/replace-blockchain-with-s/johdgapbhomlhcflancninpeafocpopn |
Descrição | Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet". |
Tamanho do Arquivo | 3.59 KB |
Contagem de Instalações | 110 |
Versão Atual | 1.1 |
Última Atualização | 2018-03-07 |
Data de Publicação | 2018-03-07 |
Classificação | 5.00/5 Total de 10 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |