MOUNTAIN SPIRIT-theme
Feel the spirit of mountains! This extension will replace your usual browser tabs with delightful mountain wallpapers. Install the…
什么是MOUNTAIN SPIRIT-theme?
MOUNTAIN SPIRIT-theme是由Kovaleva-extensions开发的Chrome扩展程序,该扩展的主要功能是“Feel the spirit of mountains! This extension will replace your usual browser tabs with delightful mountain wallpapers. Install the…”。
扩展截图
下载MOUNTAIN SPIRIT-theme扩展crx文件
下载MOUNTAIN SPIRIT-theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Feel the spirit of mountains! This extension will replace your usual browser tabs with delightful mountain wallpapers. Install the extension and it will automatically be adjusted, adding a clock and a search function to new tabs.
扩展基本信息
名称 | |
ID | klapkdihlepkkgcffhiehceckapeoamk |
官方URL | https://chrome.google.com/webstore/detail/mountain-spirit-theme/klapkdihlepkkgcffhiehceckapeoamk |
简介 | Feel the spirit of mountains! This extension will replace your usual browser tabs with delightful mountain wallpapers. Install the… |
文件大小 | 10.38 MB |
安装次数 | 57 |
当前版本 | 0.0.1 |
更新时间 | 2022-04-17 |
上架时间 | 2022-04-17 |
评分 | 5.00/5 共24次评分 |
开发者 | Kovaleva-extensions |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://rentry.co/75s9s |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MOUNTAIN SPIRIT-theme", "version": "0.0.1", "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "newTab.html" }, "icons": { "128": "icon.png" }, "manifest_version": 3, "content_security_policy": { "extension_pages": "default-src 'self'; connect-src https:\/\/* http:\/\/* http:\/\/localhost:* data: blob: filesystem:;" } } |