Pure Newtab
A newtab with a pure customizable background.
Qu'est-ce que Pure Newtab ?
Pure Newtab est une extension Chrome développée par 钢盅郭子, et sa fonction principale est "A newtab with a pure customizable background.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pure Newtab
Téléchargez les fichiers d'extension Pure Newtab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
纯新标签页,只有一个可自定义背景的新标签页。
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 Informations de Base sur l'Extension
| Nom | |
| ID | nedmebappfidkelfchchmppemdhbblph |
| URL Officiel | https://chromewebstore.google.com/detail/pure-newtab/nedmebappfidkelfchchmppemdhbblph |
| Description | A newtab with a pure customizable background. |
| Taille du Fichier | 48.84 KB |
| Nombre d'Installations | 226 |
| Version Actuelle | 1.1 |
| Dernière Mise à Jour | 2014-03-18 |
| Date de Publication | 2014-03-17 |
| Évaluation | 4.92/5 Total 12 Évaluations |
| Développeur | 钢盅郭子 |
| Type de Paiement | free |
| Site Web de l'Extension | https://github.com/WhaleWatching/pure-newtab |
| URL de la Page d'Aide | https://github.com/WhaleWatching/pure-newtab |
| Langues Prises en Charge | 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"
} | |