JSW Paints Futurescape
JSW Paints Futurescape, A new look to your Chrome Browser
什么是JSW Paints Futurescape?
JSW Paints Futurescape是由JSW开发的Chrome扩展程序,该扩展的主要功能是“JSW Paints Futurescape, A new look to your Chrome Browser”。
扩展截图
下载JSW Paints Futurescape扩展crx文件
下载JSW Paints Futurescape扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
JSW Paints theme for the year 2023
扩展基本信息
名称 | |
ID | opkheegcfegbimookhgnlecgpaicpbin |
官方URL | https://chrome.google.com/webstore/detail/jsw-paints-futurescape/opkheegcfegbimookhgnlecgpaicpbin |
简介 | JSW Paints Futurescape, A new look to your Chrome Browser |
文件大小 | 19.94 MB |
安装次数 | 45 |
当前版本 | 6.0 |
更新时间 | 2023-01-03 |
上架时间 | 2020-01-13 |
评分 | 4.00/5 共1次评分 |
开发者 | JSW |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSW Paints Futurescape", "version": "6.0", "description": "JSW Paints Futurescape, A new look to your Chrome Browser", "author": "JSW Paints", "manifest_version": 3, "chrome_url_overrides": { "newtab": "pages\/newtab\/newtab.html" }, "content_scripts": [ { "js": [ ".\/vendors\/jquery\/jquery.min.js", "main.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "128": "images\/icons\/icon128.png", "16": "images\/icons\/icon16.png", "48": "images\/icons\/icon48.png" }, "options_page": "pages\/options\/settings.html" } |