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'.”。
擴展截圖
下載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 |
ID | necaodfahjjdigklnfoedncclkkgmclk |
官方網址 | 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" } } |