New Tab Page With Countdown Timer
Replace new tab page with countdown timer
Qu'est-ce que New Tab Page With Countdown Timer ?
New Tab Page With Countdown Timer est une extension Chrome développée par Miqdad Ali K, et sa fonction principale est "Replace new tab page with countdown timer".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Tab Page With Countdown Timer
Téléchargez les fichiers d'extension New Tab Page With Countdown Timer 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
This extension will replace you'r new tab page. You can set countdown timer. Plugin will show random images from flickr/if offline it will show random images which included in extension
Informations de Base sur l'Extension
Nom | |
ID | gjlomhejngokfndjeompgpfeidokhbgp |
URL Officiel | https://chrome.google.com/webstore/detail/new-tab-page-with-countdo/gjlomhejngokfndjeompgpfeidokhbgp |
Description | Replace new tab page with countdown timer |
Taille du Fichier | 11.01 MB |
Nombre d'Installations | 307 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2016-02-25 |
Date de Publication | 2016-02-25 |
Évaluation | 2.67/5 Total 12 Évaluations |
Développeur | Miqdad Ali K |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "dashboard.html" }, "content_security_policy": "script-src 'self' https:\/\/api.flickr.com; object-src 'self'", "description": "Replace new tab page with countdown timer", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "permissions": [ "storage", "chrome:\/\/favicon\/*", "topSites" ], "manifest_version": 2, "name": "New Tab Page With Countdown Timer", "offline_enabled": true, "version": "1.0.4" } |