It's Video Games

Replaces the text 'videogames' with 'video games' the way the author no doubt intended.

It's Video Gamesとは何ですか?

It's Video GamesはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'videogames' with 'video games' the way the author no doubt intended.」です。

拡張機能のスクリーンショット

screenshot

It's Video Games拡張機能のCRXファイルをダウンロード

It's Video Games拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 It's Video Games It's Video Games
ID bpljcfihdpogcmgmpboahejajkffhnfo
公式URL https://chromewebstore.google.com/detail/its-video-games/bpljcfihdpogcmgmpboahejajkffhnfo
説明 Replaces the text 'videogames' with 'video games' the way the author no doubt intended.
ファイルサイズ 8.29 KB
インストール数 80
現在のバージョン 1.0.1
最終更新日 2014-07-15
公開日 2014-07-14
評価 4.75/5 合計 4 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/tabacco/its-video-games
対応言語 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"
    }
}