Pure Newtab

A newtab with a pure customizable background.

Co to jest Pure Newtab?

Pure Newtab to rozszerzenie Chrome opracowane przez 钢盅郭子, a jego główną funkcją jest „A newtab with a pure customizable background.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Pure Newtab

Pobierz pliki rozszerzeń Pure Newtab 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

                        纯新标签页,只有一个可自定义背景的新标签页。

Update 1.1
==========
Reconstruction
Internationalization: EN, zh-CN, zh-TW

Fork me on Github!
https://github.com/WhaleWatching/pure-newtab

License under GPLv2 
By Edward Cheng                    

Podstawowe informacje o rozszerzeniu

Nazwa Pure Newtab Pure Newtab
ID nedmebappfidkelfchchmppemdhbblph
Oficjalny URL https://chromewebstore.google.com/detail/pure-newtab/nedmebappfidkelfchchmppemdhbblph
Opis A newtab with a pure customizable background.
Rozmiar pliku 48.84 KB
Liczba instalacji 226
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-03-18
Data Publikacji 2014-03-17
Ocena 4.92/5 Łącznie 12 Oceny
Deweloper 钢盅郭子
Typ Płatności free
Strona Rozszerzenia https://github.com/WhaleWatching/pure-newtab
Adres URL Strony Pomocy https://github.com/WhaleWatching/pure-newtab
Obsługiwane Języki en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pure Newtab",
    "version": "1.1",
    "manifest_version": 2,
    "description": "A newtab with a pure customizable background.",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ftp:\/\/*\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "default_locale": "en"
}