Pure Newtab
A newtab with a pure customizable background.
Cos'è Pure Newtab?
Pure Newtab è un'estensione di Chrome sviluppata da 钢盅郭子, e la sua funzione principale è "A newtab with a pure customizable background.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pure Newtab
Scarica i file di estensione Pure Newtab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
纯新标签页,只有一个可自定义背景的新标签页。
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | nedmebappfidkelfchchmppemdhbblph |
| URL Ufficiale | https://chromewebstore.google.com/detail/pure-newtab/nedmebappfidkelfchchmppemdhbblph |
| Descrizione | A newtab with a pure customizable background. |
| Dimensione del File | 48.84 KB |
| Conteggio Installazioni | 226 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2014-03-18 |
| Data di Pubblicazione | 2014-03-17 |
| Valutazione | 4.92/5 Totale 12 Valutazioni |
| Sviluppatore | 钢盅郭子 |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/WhaleWatching/pure-newtab |
| URL della Pagina di Aiuto | https://github.com/WhaleWatching/pure-newtab |
| Lingue Supportate | 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"
} | |