Bink - Personal Dashboard For Chrome

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

Hvad er Bink - Personal Dashboard For Chrome?

Bink - Personal Dashboard For Chrome er en Chrome-udvidelse udviklet af Amit Gujar, og dens hovedfunktion er "Bink makes your browser Homescreen Beautiful with Daily new Wallpapers and Motivational Quotes.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Bink - Personal Dashboard For Chrome-udvidelses-CRX-fil

Download Bink - Personal Dashboard For Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn Bink - Personal Dashboard For Chrome Bink - Personal Dashboard For Chrome
ID hobnhcjgdhdcmgcjlidgcladgdlbpgba
Officiel URL https://chromewebstore.google.com/detail/bink-personal-dashboard-f/hobnhcjgdhdcmgcjlidgcladgdlbpgba
Beskrivelse Bink makes your browser Homescreen Beautiful with Daily new Wallpapers and Motivational Quotes.
Filstørrelse 420 KB
Antal Installationer 23
Nuværende Version 8.0.2
Senest Opdateret 2021-08-30
Udgivelsesdato 2020-03-04
Bedømmelse 4.73/5 Samlet 15 Bedømmelser
Udvikler Amit Gujar
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}