Kabegami New Page
Random wallpaper on new page
What is Kabegami New Page?
Kabegami New Page is a Chrome extension developed by Yukai Huang, and its main feature is "Random wallpaper on new page".
Extension Screenshots
Download Kabegami New Page Extension CRX File
Download Kabegami New Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Show random wallpaper in Chrome's New page. Customizable. 在新分頁隨機顯示桌布! GitHub: https://github.com/Yukaii/kabegami-new-page
Extension Basic Information
Name | Kabegami New Page |
ID | fbbdincgjgdmbbkongmineooghpadbgk |
Official URL | https://chromewebstore.google.com/detail/kabegami-new-page/fbbdincgjgdmbbkongmineooghpadbgk |
Description | Random wallpaper on new page |
File Size | 96.99 KB |
Installation Count | 129 |
Current Version | 1.1.0 |
Last Updated | 2020-10-03 |
Publish Date | 2020-04-02 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Yukai Huang |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Yukaii/kabegami-new-page |
Help Page URL | https://github.com/Yukaii/kabegami-new-page/issues |
Supported Languages | 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 } } |