Monkey Banana
Overrides the new tab page
什麼是Monkey Banana?
Monkey Banana是由Mikołaj Zyzański開發的Chrome擴展程式,該擴展的主要功能是“Overrides the new tab page”。
擴展截圖
下載Monkey Banana擴展crx文件
下載Monkey Banana擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A delicious new tab page with inspirational quotes from Monkey Baby himself! 擴展基本資訊
| 名稱 | |
| ID | ghkdahaflmnmaedmnnnmhfefiaamcnmb |
| 官方網址 | https://chromewebstore.google.com/detail/monkey-banana/ghkdahaflmnmaedmnnnmhfefiaamcnmb |
| 簡介 | Overrides the new tab page |
| 檔案大小 | 232 KB |
| 安裝次數 | 53 |
| 目前版本 | 0.0.1 |
| 更新時間 | 2020-08-27 |
| 上架時間 | 2020-08-27 |
| 開發者 | Mikołaj Zyzański |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://mikozyz.dev/ |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Monkey Banana",
"description": "Overrides the new tab page",
"version": "0.0.1",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [],
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_action": {
"default_icon": "images\/icon48.png"
}
} | |