Placid Tab New Tab Page

A minimal New Tab page

Co to jest Placid Tab New Tab Page?

Placid Tab New Tab Page to rozszerzenie Chrome opracowane przez https://rileyjshaw.com, a jego główną funkcją jest „A minimal New Tab page”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Placid Tab New Tab Page

Pobierz pliki rozszerzeń Placid Tab 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

                        A minimal New Tab page.

** New in V2 **
 - Now with light AND dark themes!
 - Options save automatically

Usage:
Each quadrant can be assigned to one of your favourite websites. Click a quadrant to navigate to its assigned link.

Configuration:
To assign your links, either
 - Click an unassigned quadrant, or
 - In the Chrome menu click Tools > Extensions > Placid Tab > Options

Licence: MIT

Project page: https://github.com/rileyjshaw/placid-tab                    

Podstawowe informacje o rozszerzeniu

Nazwa Placid Tab New Tab Page Placid Tab New Tab Page
ID mjcblgoejhkkkhgeadejhkpldglnfmcj
Oficjalny URL https://chromewebstore.google.com/detail/placid-tab-new-tab-page/mjcblgoejhkkkhgeadejhkpldglnfmcj
Opis A minimal New Tab page
Rozmiar pliku 24.66 KB
Liczba instalacji 154
Aktualna Wersja 2.0.0
Ostatnia Aktualizacja 2015-10-27
Data Publikacji 2015-10-27
Ocena 5.00/5 Łącznie 14 Oceny
Deweloper https://rileyjshaw.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/rileyjshaw/placid-tab
Adres URL Strony Pomocy https://github.com/rileyjshaw/placid-tab/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Placid Tab New Tab Page",
    "short_name": "Placid Tab",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "A minimal New Tab page",
    "author": "rileyjshaw",
    "chrome_url_overrides": {
        "newtab": "home.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html"
}