It's Video Games
Replaces the text 'videogames' with 'video games' the way the author no doubt intended.
Cos'è It's Video Games?
It's Video Games è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione It's Video Games
Scarica i file di estensione It's Video Games 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
We all know 'video games' is properly spelled as two words. Some people just accidentally write it as if it's a compound word. This extension simply corrects that mistake for them, sparing you any uncomfortable discussions with your favorite web authors.
Informazioni di Base sull'Estensione
Nome | It's Video Games |
ID | bpljcfihdpogcmgmpboahejajkffhnfo |
URL Ufficiale | https://chromewebstore.google.com/detail/its-video-games/bpljcfihdpogcmgmpboahejajkffhnfo |
Descrizione | Replaces the text 'videogames' with 'video games' the way the author no doubt intended. |
Dimensione del File | 8.29 KB |
Conteggio Installazioni | 80 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2014-07-15 |
Data di Pubblicazione | 2014-07-14 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/tabacco/its-video-games |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "It's Video Games", "version": "1.0.1", "description": "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |