Pure Newtab

A newtab with a pure customizable background.

Vad är Pure Newtab?

Pure Newtab är en Chrome-tillägg utvecklad av 钢盅郭子, och dess huvudfunktion är "A newtab with a pure customizable background.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Pure Newtab-förlängningens CRX-fil

Ladda ner Pure Newtab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

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äggande Information om Tillägg

Namn Pure Newtab Pure Newtab
ID nedmebappfidkelfchchmppemdhbblph
Officiell webbadress https://chromewebstore.google.com/detail/pure-newtab/nedmebappfidkelfchchmppemdhbblph
Beskrivning A newtab with a pure customizable background.
Filstorlek 48.84 KB
Antal Installationer 226
Aktuell Version 1.1
Senast Uppdaterad 2014-03-18
Publiceringsdatum 2014-03-17
Betyg 4.92/5 Totalt 12 Betyg
Utvecklare 钢盅郭子
Betalningssätt free
Tilläggswebbplats https://github.com/WhaleWatching/pure-newtab
Hjälpsida URL https://github.com/WhaleWatching/pure-newtab
Stödda Språk 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"
}