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 |
| 公式URL | 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 |
| Eメール | [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"
}
} | |