New Tab Beautifier
Beautify Chrome's new tab page with awesome background images.
Co to jest New Tab Beautifier?
New Tab Beautifier to rozszerzenie Chrome opracowane przez Tab Beautifiers, a jego główną funkcją jest „Beautify Chrome's new tab page with awesome background images.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia New Tab Beautifier
Pobierz pliki rozszerzeń New Tab Beautifier 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
New Tab Beautifier V 1.0 is a Chrome extension to give you the awesome experience while opening new tab before opening any website or URL. It will change the background of your chrome browser internally and show you beautiful wallpaper in the background. You will see new wallpaper on every tab opening. We have created this tab beautifier to make you feel fresh on each tab you open. It’s very beneficial for the people who spent lots of time on the internet and get frustrated with white background. They feel their life like black & white. This New Tab Beautifier definitely will add some happiness in you day to day work on the internet.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jaffpmdkmkpbmjhgiogmkipocghhnelg |
Oficjalny URL | https://chrome.google.com/webstore/detail/new-tab-beautifier/jaffpmdkmkpbmjhgiogmkipocghhnelg |
Opis | Beautify Chrome's new tab page with awesome background images. |
Rozmiar pliku | 12.87 KB |
Liczba instalacji | 370 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-07-25 |
Data Publikacji | 2014-07-25 |
Ocena | 4.49/5 Łącznie 76 Oceny |
Deweloper | Tab Beautifiers |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "images\/icon.png" }, "background": { "scripts": [ "js\/bg.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "newtab.html" }, "description": "Beautify Chrome's new tab page with awesome background images.", "icons": { "128": "images\/icon.png" }, "manifest_version": 2, "name": "New Tab Beautifier", "version": "1.0" } |