One Piece theme newtab. 1080P HD wallpaper

Pick new tab extension to provide high-quality 1080p HD Wallpaper and redefine the browser's new tab.

什么是One Piece theme newtab. 1080P HD wallpaper?

One Piece theme newtab. 1080P HD wallpaper是由Jianyueku开发的Chrome扩展程序,该扩展的主要功能是“Pick new tab extension to provide high-quality 1080p HD Wallpaper and redefine the browser's new tab.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载One Piece theme newtab. 1080P HD wallpaper扩展crx文件

下载One Piece theme newtab. 1080P HD wallpaper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        1. Exquisite wallpaper one button switch.
2. Select local,bing or none three modes for wallpaper.
3. Make wallpaper with upload local wallpaper, select color, select texture or pattern.
4. Custom border-radius, size or height of the search box.
5. Set mode light / dark switching.
5. Toggle light and dark theme modes.
6. Support multiple languages                    

扩展基本信息

名称 One Piece theme newtab. 1080P HD wallpaper One Piece theme newtab. 1080P HD wallpaper
ID kiokldggbjmigpcljejjeaemehoeobob
官方URL https://chromewebstore.google.com/detail/one-piece-theme-newtab-10/kiokldggbjmigpcljejjeaemehoeobob
简介 Pick new tab extension to provide high-quality 1080p HD Wallpaper and redefine the browser's new tab.
文件大小 655 KB
安装次数 904
当前版本 1.0.4
更新时间 2021-11-03
上架时间 2021-10-28
评分 5.00/5 共1次评分
开发者 Jianyueku
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.jianyueku.com/haizeiwang
隐私政策页面URL https://www.picknewtab.com/help/privacy
支持的语言 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.4",
    "default_locale": "zh_CN",
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "minimum_chrome_version": "81.0.0",
    "optional_permissions": [
        "https:\/\/cn.bing.com\/"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html#\/"
    },
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_title": "__MSG_name__",
        "default_popup": "index.html#\/popup"
    },
    "icons": {
        "128": "icons\/icon.png"
    },
    "background": {
        "page": "index.html#\/background",
        "persistent": true
    }
}