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. 拡張機能の基本情報
| 名前 | |
| ID | abofacofognfjhklaeeinbaifjekillj |
| 公式URL | 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"
}
]
} | |