Kabegami New Page
Random wallpaper on new page
什么是Kabegami New Page?
Kabegami New Page是由Yukai Huang开发的Chrome扩展程序,该扩展的主要功能是“Random wallpaper on new page”。
扩展截图
下载Kabegami New Page扩展crx文件
下载Kabegami New Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Show random wallpaper in Chrome's New page. Customizable.
在新分頁隨機顯示桌布!
GitHub: https://github.com/Yukaii/kabegami-new-page 扩展基本信息
| 名称 | |
| ID | fbbdincgjgdmbbkongmineooghpadbgk |
| 官方URL | https://chromewebstore.google.com/detail/kabegami-new-page/fbbdincgjgdmbbkongmineooghpadbgk |
| 简介 | Random wallpaper on new page |
| 文件大小 | 96.99 KB |
| 安装次数 | 129 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2020-10-03 |
| 上架时间 | 2020-04-02 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | Yukai Huang |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Yukaii/kabegami-new-page |
| 帮助页面URL | https://github.com/Yukaii/kabegami-new-page/issues |
| 支持的语言 | en,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.1.0",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "index.html"
},
"manifest_version": 2,
"permissions": [
"storage",
"notifications"
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
} | |