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
官方網址 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"
    }
}