Pure Newtab

A newtab with a pure customizable background.

Hvad er Pure Newtab?

Pure Newtab er en Chrome-udvidelse udviklet af 钢盅郭子, og dens hovedfunktion er "A newtab with a pure customizable background.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Pure Newtab-udvidelses-CRX-fil

Download Pure Newtab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

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                    

Grundlæggende oplysninger om udvidelsen

Navn Pure Newtab Pure Newtab
ID nedmebappfidkelfchchmppemdhbblph
Officiel URL https://chromewebstore.google.com/detail/pure-newtab/nedmebappfidkelfchchmppemdhbblph
Beskrivelse A newtab with a pure customizable background.
Filstørrelse 48.84 KB
Antal Installationer 226
Nuværende Version 1.1
Senest Opdateret 2014-03-18
Udgivelsesdato 2014-03-17
Bedømmelse 4.92/5 Samlet 12 Bedømmelser
Udvikler 钢盅郭子
Betalingsmetode free
Udvidelseswebsted https://github.com/WhaleWatching/pure-newtab
Hjælpeside-URL https://github.com/WhaleWatching/pure-newtab
Understøttede Sprog 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"
}