MakeItLookBetter
No more blank 'has Photo' images on TradeMe.co.nz
什麼是MakeItLookBetter?
MakeItLookBetter是由A Korobkin開發的Chrome擴展程式,該擴展的主要功能是“No more blank 'has Photo' images on TradeMe.co.nz”。
擴展截圖
下載MakeItLookBetter擴展crx文件
下載MakeItLookBetter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
No more blank 'has Photo' images on TradeMe.co.nz
Just install this extension and see the difference. 擴展基本資訊
| 名稱 | |
| ID | bbipkklhfecnfhipnccgblgonffjbdfb |
| 官方網址 | https://chromewebstore.google.com/detail/makeitlookbetter/bbipkklhfecnfhipnccgblgonffjbdfb |
| 簡介 | No more blank 'has Photo' images on TradeMe.co.nz |
| 檔案大小 | 9.76 KB |
| 安裝次數 | 215 |
| 目前版本 | 0.0.7 |
| 更新時間 | 2013-06-16 |
| 上架時間 | 2013-06-16 |
| 評分 | 4.73/5 共 15 次評分 |
| 開發者 | A Korobkin |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MakeItLookBetter",
"version": "0.0.7",
"manifest_version": 2,
"description": "No more blank 'has Photo' images on TradeMe.co.nz",
"permissions": [
"http:\/\/www.trademe.co.nz\/*"
],
"icons": {
"48": "milb-48.png",
"128": "milb-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.trademe.co.nz\/*"
],
"js": [
"contentscript.js"
]
}
]
} | |