Bink - Personal Dashboard For Chrome

Bink makes your browser Homescreen Beautiful with Daily new Wallpapers and Motivational Quotes.

Bink - Personal Dashboard For Chrome란 무엇입니까?

Bink - Personal Dashboard For Chrome은(는) Amit Gujar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bink makes your browser Homescreen Beautiful with Daily new Wallpapers and Motivational Quotes."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Bink - Personal Dashboard For Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Welcome to Bink (Inspired from Microsoft Bing), Bing is a New Tab Chrome Extension which replaces your default home-screen of browser and turns into beautiful looking personalize tab. Bink is focused on increasing productivity and user experience of the user, It provides daily new Wallpaper to keep you fresh, Quotes to motivate you along with Weather, Bookmarks and Built-in Bing Search.

Features

- Daily new high quality wallpapers
- Inspirational quotes.
- Dynamic bookmarks based on your top visits.
- Precise weather forecast.
- Keep track of tasks with todo list.
- Download your favorite wallpaper. 

For more information on privacy visit 
https://amitgujar.github.io/Bink-Privacy-Policy/                    

확장 프로그램 기본 정보

이름 Bink - Personal Dashboard For Chrome Bink - Personal Dashboard For Chrome
ID hobnhcjgdhdcmgcjlidgcladgdlbpgba
공식 URL https://chromewebstore.google.com/detail/bink-personal-dashboard-f/hobnhcjgdhdcmgcjlidgcladgdlbpgba
설명 Bink makes your browser Homescreen Beautiful with Daily new Wallpapers and Motivational Quotes.
파일 크기 420 KB
설치 횟수 23
현재 버전 8.0.2
최근 업데이트 2021-08-30
출시 날짜 2020-03-04
평점 4.73/5 총 15 개의 평점
개발자 Amit Gujar
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bink - Personal Dashboard For Chrome",
    "description": "Bink makes your browser Homescreen Beautiful with Daily new Wallpapers and Motivational Quotes.",
    "version": "8.0.2",
    "author": "Amit Gujar",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icons64.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "64": "icons\/icons64.png",
        "32": "icons\/icons32.png",
        "16": "icons\/icons16.png"
    },
    "permissions": [
        "topSites",
        "activeTab",
        "storage",
        "geolocation",
        "alarms",
        "background"
    ]
}