Pure Newtab
A newtab with a pure customizable background.
Wat is Pure Newtab?
Pure Newtab is een Chrome-extensie ontwikkeld door 钢盅郭子, en de belangrijkste functie is "A newtab with a pure customizable background.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pure Newtab
Download Pure Newtab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
纯新标签页,只有一个可自定义背景的新标签页。
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 Basisinformatie over de Extensie
| Naam | |
| ID | nedmebappfidkelfchchmppemdhbblph |
| Officiële URL | https://chromewebstore.google.com/detail/pure-newtab/nedmebappfidkelfchchmppemdhbblph |
| Beschrijving | A newtab with a pure customizable background. |
| Bestandsgrootte | 48.84 KB |
| Aantal Installaties | 226 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2014-03-18 |
| Publicatiedatum | 2014-03-17 |
| Beoordeling | 4.92/5 Totaal 12 Beoordelingen |
| Ontwikkelaar | 钢盅郭子 |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/WhaleWatching/pure-newtab |
| Help Pagina-URL | https://github.com/WhaleWatching/pure-newtab |
| Ondersteunde Talen | 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"
} | |