Beach Backgrounds and Wallpapers
Beach Backgrounds and Wallpapers
什么是Beach Backgrounds and Wallpapers?
Beach Backgrounds and Wallpapers是由BKG Products开发的Chrome扩展程序,该扩展的主要功能是“Beach Backgrounds and Wallpapers”。
扩展截图
下载Beach Backgrounds and Wallpapers扩展crx文件
下载Beach Backgrounds and Wallpapers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The best backgrounds and themes of beaches in the new tab of your browser. Click the + INSTALL button in the upper-right corner of this window. You can change the background image at any time.
扩展基本信息
名称 | |
ID | ohadldmdddapijokigffkjlclkffopdm |
官方URL | https://chrome.google.com/webstore/detail/beach-backgrounds-and-wal/ohadldmdddapijokigffkjlclkffopdm |
简介 | Beach Backgrounds and Wallpapers |
文件大小 | 7.45 KB |
安装次数 | 95 |
当前版本 | 1.0.1 |
更新时间 | 2017-11-02 |
上架时间 | 2017-11-02 |
评分 | 5.00/5 共1次评分 |
开发者 | BKG Products |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Beach Backgrounds and Wallpapers", "description": "Beach Backgrounds and Wallpapers", "version": "1.0.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "\/icon.png" }, "chrome_url_overrides": { "newtab": "redirect.html" }, "permissions": [ "tabs", "http:\/\/*\/*" ] } |