iPotato

Helps out where people have accidentally written 'iPhone' instead of 'Potato'.

iPotatoとは何ですか?

iPotatoはcallummrによって開発されたChromeの拡張機能で、その主な機能は「Helps out where people have accidentally written 'iPhone' instead of 'Potato'.」です。

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

screenshot

iPotato拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Sometimes people are talking about Apple's latest Potato and accidentally write 'iPhone'. This will clear up those mistakes so you never have to see them!                    

拡張機能の基本情報

名前 iPotato iPotato
ID necaodfahjjdigklnfoedncclkkgmclk
公式URL https://chromewebstore.google.com/detail/ipotato/necaodfahjjdigklnfoedncclkkgmclk
説明 Helps out where people have accidentally written 'iPhone' instead of 'Potato'.
ファイルサイズ 23.14 KB
インストール数 143
現在のバージョン 1.1
最終更新日 2015-10-07
公開日 2015-10-07
評価 5.00/5 合計 12 レビュー
開発者 callummr
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iPotato",
    "version": "1.1",
    "description": "Helps out where people have accidentally written 'iPhone' instead of 'Potato'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "potato16.gif",
        "32": "potato32.gif",
        "48": "potato48.gif",
        "64": "potato64.gif",
        "128": "potato128.gif",
        "256": "potato256.gif"
    }
}