bookmark wallpaper

Use the new tab as your desktop wallpaper.

What is bookmark wallpaper?

bookmark wallpaper is a Chrome extension developed by rkrp.app.maker, and its main feature is "Use the new tab as your desktop wallpaper.".

Extension Screenshots

screenshot

Download bookmark wallpaper Extension CRX File

Download bookmark wallpaper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name bookmark wallpaper bookmark wallpaper
ID hlggoabjcpdkphbmlgoblempopodkaif
Official URL https://chromewebstore.google.com/detail/bookmark-wallpaper/hlggoabjcpdkphbmlgoblempopodkaif
Description Use the new tab as your desktop wallpaper.
File Size 696 KB
Installation Count 205
Current Version 1.0.3
Last Updated 2022-01-25
Publish Date 2021-04-29
Rating 4.80/5 Total 10 Ratings
Developer rkrp.app.maker
Email [email protected]
Payment Type free
Supported Languages 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"
}