Replace Blockchain with Spreadsheet
Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet".
¿Qué es Replace Blockchain with Spreadsheet?
Replace Blockchain with Spreadsheet es una extensión de Chrome desarrollada por Unknown, y su función principal es "Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet".".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Replace Blockchain with Spreadsheet
Descarga archivos de extensión Replace Blockchain with Spreadsheet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Replace Blockchain with Spreadsheet |
ID | johdgapbhomlhcflancninpeafocpopn |
URL Oficial | https://chromewebstore.google.com/detail/replace-blockchain-with-s/johdgapbhomlhcflancninpeafocpopn |
Descripción | Replaces all instances of the word "blockchain" with the phrase "mulitple copies of a giant Excel spreadsheet". |
Tamaño del Archivo | 3.59 KB |
Cantidad de Instalaciones | 110 |
Versión Actual | 1.1 |
Última Actualización | 2018-03-07 |
Fecha de Publicación | 2018-03-07 |
Calificación | 5.00/5 Total de 10 Calificaciones |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | 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" } ] } |