Name Corrector

Correctly names famous people who have been incorrectly identified

什麼是Name Corrector?

Name Corrector是由gomeza08開發的Chrome擴展程式,該擴展的主要功能是“Correctly names famous people who have been incorrectly identified”。

擴展截圖

下載Name Corrector擴展crx文件

下載Name Corrector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Some unfortunate souls are constantly mis-identified on the internet. This extension fixes that for you. Go to http://bit.ly/1KonDJ1 and http://bit.ly/1GKw5xs to verify and please alert the creator if anyone else has this same problem.                    

擴展基本資訊

名稱 Name Corrector Name Corrector
ID abofacofognfjhklaeeinbaifjekillj
官方網址 https://chromewebstore.google.com/detail/name-corrector/abofacofognfjhklaeeinbaifjekillj
簡介 Correctly names famous people who have been incorrectly identified
檔案大小 15.21 KB
安裝次數 107
目前版本 1.2
更新時間 2019-02-19
上架時間 2019-02-19
評分 5.00/5 共 8 次評分
開發者 gomeza08
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Name Corrector",
    "version": "1.2",
    "description": "Correctly names famous people who have been incorrectly identified",
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "32": "icon_32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}