Splash New Tab - Personal Dashboard
Splash Tab is the perfect way to improve your start page with beautiful backgrounds and easy access to your favorite websites
Co to jest Splash New Tab - Personal Dashboard?
Splash New Tab - Personal Dashboard to rozszerzenie Chrome opracowane przez http://splashtab.net, a jego główną funkcją jest „Splash Tab is the perfect way to improve your start page with beautiful backgrounds and easy access to your favorite websites”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Splash New Tab - Personal Dashboard
Pobierz pliki rozszerzeń Splash New Tab - Personal Dashboard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
It’s a new age in your New Tab experience. Well-designed layout of a start page will be loved by a wide range of users. We gathered all the most popular apps and services and placed them nearby. Now you have easy access to the mail, history, downloads and bookmarks. Various wallpapers for a New Tab can be set as a background. Bright and gorgeous or calm and quiet wallpapers are in your use, as Splash Tab provides you with an opportunity to choose your own background for a start page. A big repository of images in a high quality integrated with a Splash Tab, so you can choose a picture from broad categories and apply it for your start page. Fully customized Homepage that brings a new sense to your browsing practise. Splash Tab is a really a breath of fresh air in your web surfing. You will love to come to the homepage and stay longer there, as it will contain your impression and your mood. How to apply new background: - Simply go to unsplash.com - Select a picture for the background - Press “Check Mark”
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | koiennlajefjapfooahebfolplhfnnhj |
Oficjalny URL | https://chrome.google.com/webstore/detail/splash-new-tab-personal-d/koiennlajefjapfooahebfolplhfnnhj |
Opis | Splash Tab is the perfect way to improve your start page with beautiful backgrounds and easy access to your favorite websites |
Rozmiar pliku | 386 KB |
Liczba instalacji | 70 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2020-05-12 |
Data Publikacji | 2020-05-12 |
Deweloper | http://splashtab.net |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.splashtab.net/privacy.html |
Obsługiwane Języki | de,en,fr,nl,no,da,es,it,pl,fi,uk,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_desc__", "version": "1.0.2", "manifest_version": 2, "default_locale": "en", "icons": { "32": "static\/32.png", "64": "static\/64.png", "128": "static\/128.png" }, "permissions": [ "bookmarks", "storage", "unlimitedStorage", "tabs", "https:\/\/sshot.org\/*", "chrome:\/\/favicon\/*" ], "browser_action": { "default_title": "__MSG_title__" }, "background": { "scripts": [ ".\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/unsplash.com\/*" ], "js": [ "js\/content.js" ], "css": [ "static\/styles\/content.css" ] } ], "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "static\/*", "assets\/*.svg", "assets\/*.png", "assets\/*.css", "assets\/*.otf" ] } |