Eggy's Gudetama WallPaper
Get a cute 🍳 wallpaper
什麼是Eggy's Gudetama WallPaper?
Eggy's Gudetama WallPaper是由Isaiah開發的Chrome擴展程式,該擴展的主要功能是“Get a cute 🍳 wallpaper”。
擴展截圖
下載Eggy's Gudetama WallPaper擴展crx文件
下載Eggy's Gudetama WallPaper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tired of the default browser look? Well this is the browser extension for you ! This gives your google chrome Home page, and all google searches, a amazing and cute Gudetama background.
Newest Update !
- The new current version 3.00 provides backgrounds for not only google.com, but for all websites !
- With Brand New bug fixes !
- unreadable search issue Fixed ! (Now with a cleaner and better looking background which supports both Light and Dark Mode for chrome !) 😀 擴展基本資訊
| 名稱 | |
| ID | eggckkmonlfkgeembckobkekhleoifhi |
| 官方網址 | https://chromewebstore.google.com/detail/eggys-gudetama-wallpaper/eggckkmonlfkgeembckobkekhleoifhi |
| 簡介 | Get a cute 🍳 wallpaper |
| 檔案大小 | 1 MB |
| 安裝次數 | 327 |
| 目前版本 | 3.0 |
| 更新時間 | 2022-05-18 |
| 上架時間 | 2022-05-04 |
| 評分 | 4.29/5 共 7 次評分 |
| 開發者 | Isaiah |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Eggy's Gudetama WallPaper",
"description": "Get a cute \ud83c\udf73 wallpaper",
"version": "3.0",
"icons": {
"16": "\/images\/icon_16.png",
"48": "\/images\/icon_48.png",
"128": "\/images\/icon_128.png"
},
"page_action": {
"default_icon": {
"16": "\/images\/icon_16.png",
"48": "\/images\/icon_48.png",
"128": "\/images\/icon_128.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"css": [
"main.css"
]
}
]
} | |