Your New Tab Page
Overrides the new tab page on Chrome with a more elegant and simple design.
Co to jest Your New Tab Page?
Your New Tab Page to rozszerzenie Chrome opracowane przez disregarding standards, a jego główną funkcją jest „Overrides the new tab page on Chrome with a more elegant and simple design.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Your New Tab Page
Pobierz pliki rozszerzeń Your New Tab Page 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
Allows you to customize your new tab page by adding whatever links you want, and not be stuck with the default 8. You are now able to customize the font and background color. Under "Settings", enter colors in hex (#FFFFFF is white) notation. Uses: - Place new links to your favorite websites - Keep track of your packages by adding a link - Have more, or less, than just 8 links. Todo: - Ability to sort the links - Provide weather information - Add a to-do list
Podstawowe informacje o rozszerzeniu
Nazwa | Your New Tab Page |
ID | daeegpekhhgennllidlchmpaamfjhnfk |
Oficjalny URL | https://chromewebstore.google.com/detail/your-new-tab-page/daeegpekhhgennllidlchmpaamfjhnfk |
Opis | Overrides the new tab page on Chrome with a more elegant and simple design. |
Rozmiar pliku | 160 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2014-01-25 |
Data Publikacji | 2014-01-25 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | disregarding standards |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/yvescourtois/your-new-tab-page |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Your New Tab Page", "description": "Overrides the new tab page on Chrome with a more elegant and simple design.", "version": "1.4", "manifest_version": 2, "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "topSites", "http:\/\/query.yahooapis.com\/" ], "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "blank.gif" }, "background": { "scripts": [ "includes\/jquery-1.10.2.min.js", "includes\/bootstrap.min.js", "includes\/events.js", "includes\/ready.js" ] } } |