Bink - Personal Dashboard For Chrome

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

Vad är Bink - Personal Dashboard For Chrome?

Bink - Personal Dashboard For Chrome är en Chrome-tillägg utvecklad av Amit Gujar, och dess huvudfunktion är "Bink makes your browser Homescreen Beautiful with Daily new Wallpapers and Motivational Quotes.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Bink - Personal Dashboard For Chrome-förlängningens CRX-fil

Ladda ner Bink - Personal Dashboard For Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Bink - Personal Dashboard For Chrome Bink - Personal Dashboard For Chrome
ID hobnhcjgdhdcmgcjlidgcladgdlbpgba
Officiell webbadress https://chromewebstore.google.com/detail/bink-personal-dashboard-f/hobnhcjgdhdcmgcjlidgcladgdlbpgba
Beskrivning Bink makes your browser Homescreen Beautiful with Daily new Wallpapers and Motivational Quotes.
Filstorlek 420 KB
Antal Installationer 23
Aktuell Version 8.0.2
Senast Uppdaterad 2021-08-30
Publiceringsdatum 2020-03-04
Betyg 4.73/5 Totalt 15 Betyg
Utvecklare Amit Gujar
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}