XKCD Substitutions - COMPLETE
Replaces words and phrases in all web pages according to the XKCD Substitutions comics.
¿Qué es XKCD Substitutions - COMPLETE?
XKCD Substitutions - COMPLETE es una extensión de Chrome desarrollada por Unknown, y su función principal es "Replaces words and phrases in all web pages according to the XKCD Substitutions comics.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión XKCD Substitutions - COMPLETE
Descarga archivos de extensión XKCD Substitutions - COMPLETE 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
Now 142% more suitable for human consumption with the release of v1.0! This extension replaces words and phrases in all web pages according to both XKCD Substitutions comics (https://xkcd.com/1288/ and http://xkcd.com/1625/). While other extensions do exist which implement one or both of these Substitutions, I built this extension for personal use because I felt like some things could be done more intelligently. For instance, this extension will turn "car" into "cat," but it won't turn "cartoon" into "cattoon."
Información Básica de la Extensión
Nombre | XKCD Substitutions - COMPLETE |
ID | pmjnmockoldbadnfeaddafgjiopknkdj |
URL Oficial | https://chromewebstore.google.com/detail/xkcd-substitutions-comple/pmjnmockoldbadnfeaddafgjiopknkdj |
Descripción | Replaces words and phrases in all web pages according to the XKCD Substitutions comics. |
Tamaño del Archivo | 8.85 KB |
Cantidad de Instalaciones | 25 |
Versión Actual | 1.0.1 |
Última Actualización | 2016-03-03 |
Fecha de Publicación | 2016-03-03 |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "XKCD Substitutions - COMPLETE", "description": "Replaces words and phrases in all web pages according to the XKCD Substitutions comics.", "version": "1.0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |