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."입니다.

확장 프로그램 스크린샷

screenshot

bookmark wallpaper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
}