Maple NewTab
Enhance your new tab experience with a comfortable and refreshing design.
什麼是Maple NewTab?
Maple NewTab是由https://maple.tw93.fun開發的Chrome擴展程式,該擴展的主要功能是“Enhance your new tab experience with a comfortable and refreshing design.”。
擴展截圖
下載Maple NewTab擴展crx文件
下載Maple NewTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Replace the original default label page and give users a simple alternative page. 擴展基本資訊
| 名稱 | |
| ID | fobmbldflolfooglijmbibmnhoflbjlb |
| 官方網址 | https://chromewebstore.google.com/detail/maple-newtab/fobmbldflolfooglijmbibmnhoflbjlb |
| 簡介 | Enhance your new tab experience with a comfortable and refreshing design. |
| 檔案大小 | 17.72 KB |
| 安裝次數 | 133 |
| 目前版本 | 1.10 |
| 更新時間 | 2023-09-15 |
| 上架時間 | 2023-08-09 |
| 開發者 | https://maple.tw93.fun |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/tw93/Maple |
| 說明頁面URL | https://github.com/tw93/Maple/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Maple NewTab",
"description": "Enhance your new tab experience with a comfortable and refreshing design.",
"version": "1.10",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"optional_host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
}
} | |