XKCD Substitutions - COMPLETE
Replaces words and phrases in all web pages according to the XKCD Substitutions comics.
Cos'è XKCD Substitutions - COMPLETE?
XKCD Substitutions - COMPLETE è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Replaces words and phrases in all web pages according to the XKCD Substitutions comics.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione XKCD Substitutions - COMPLETE
Scarica i file di estensione XKCD Substitutions - COMPLETE in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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." Informazioni di Base sull'Estensione
| Nome | |
| ID | pmjnmockoldbadnfeaddafgjiopknkdj |
| URL Ufficiale | https://chromewebstore.google.com/detail/xkcd-substitutions-comple/pmjnmockoldbadnfeaddafgjiopknkdj |
| Descrizione | Replaces words and phrases in all web pages according to the XKCD Substitutions comics. |
| Dimensione del File | 8.85 KB |
| Conteggio Installazioni | 25 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2016-03-03 |
| Data di Pubblicazione | 2016-03-03 |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
]
} | |