It's Video Games
Replaces the text 'videogames' with 'video games' the way the author no doubt intended.
Hvad er It's Video Games?
It's Video Games er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.".
Udvidelsesskærmbilleder
Download It's Video Games-udvidelses-CRX-fil
Download It's Video Games-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bpljcfihdpogcmgmpboahejajkffhnfo |
| Officiel URL | https://chromewebstore.google.com/detail/its-video-games/bpljcfihdpogcmgmpboahejajkffhnfo |
| Beskrivelse | Replaces the text 'videogames' with 'video games' the way the author no doubt intended. |
| Filstørrelse | 8.29 KB |
| Antal Installationer | 80 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2014-07-15 |
| Udgivelsesdato | 2014-07-14 |
| Bedømmelse | 4.75/5 Samlet 4 Bedømmelser |
| Udvikler | Unknown |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/tabacco/its-video-games |
| Understøttede Sprog | 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"
}
} | |