bookmark wallpaper
Use the new tab as your desktop wallpaper.
什么是bookmark wallpaper?
bookmark wallpaper是由rkrp.app.maker开发的Chrome扩展程序,该扩展的主要功能是“Use the new tab as your desktop wallpaper.”。
扩展截图
下载bookmark wallpaper扩展crx文件
下载bookmark wallpaper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a app to use chrome new tab as Bookmark manager. It gives u experience desktop like use experience. Large icons and folders enhance your experience on the front page of Chrome. Update - 0.0.2 : Wallpaper change - 0.0.4 : change default wallpaper - 1.0.0 : enhance click feedback
扩展基本信息
名称 | bookmark wallpaper |
ID | hlggoabjcpdkphbmlgoblempopodkaif |
官方URL | https://chromewebstore.google.com/detail/bookmark-wallpaper/hlggoabjcpdkphbmlgoblempopodkaif |
简介 | Use the new tab as your desktop wallpaper. |
文件大小 | 696 KB |
安装次数 | 205 |
当前版本 | 1.0.3 |
更新时间 | 2022-01-25 |
上架时间 | 2021-04-29 |
评分 | 4.80/5 共10次评分 |
开发者 | rkrp.app.maker |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.3", "manifest_version": 2, "description": "__MSG_appDesc__", "author": "taehyung", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "assets\/bookmark.png" }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/", "storage", "unlimitedStorage" ], "browser_action": { "default_popup": ".\/credit\/credit.html" }, "default_locale": "en" } |