Custom New Tab
A clean custom new tab page designed for minimum distraction.
Co to jest Custom New Tab?
Custom New Tab to rozszerzenie Chrome opracowane przez Josephus Paye II, a jego główną funkcją jest „A clean custom new tab page designed for minimum distraction.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Custom New Tab
Pobierz pliki rozszerzeń Custom New Tab 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
                        Replaces the new tab page with a clean, minimal design that shows favorite sites, installed apps and links from a selected bookmarks folder.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | aiakclopdahdkjkfmbklnocpheohodnn | 
| Oficjalny URL | https://chromewebstore.google.com/detail/custom-new-tab/aiakclopdahdkjkfmbklnocpheohodnn | 
| Opis | A clean custom new tab page designed for minimum distraction. | 
| Rozmiar pliku | 121 KB | 
| Liczba instalacji | 360 | 
| Aktualna Wersja | 1.0 | 
| Ostatnia Aktualizacja | 2014-08-02 | 
| Data Publikacji | 2014-08-02 | 
| Ocena | 3.25/5 Łącznie 4 Oceny | 
| Deweloper | Josephus Paye II | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom New Tab",
    "description": "A clean custom new tab page designed for minimum distraction.",
    "author": "Josephus Paye II",
    "version": "1.0",
    "icons": {
        "128": "assets\/images\/icon_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "management",
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "chrome_url_overrides": {
        "newtab": "page.html"
    }
}  |  |