New Tab Page With Countdown Timer
Replace new tab page with countdown timer
Wat is New Tab Page With Countdown Timer?
New Tab Page With Countdown Timer is een Chrome-extensie ontwikkeld door Miqdad Ali K, en de belangrijkste functie is "Replace new tab page with countdown timer".
Extensie Screenshots
Download het CRX-bestand van de extensie New Tab Page With Countdown Timer
Download New Tab Page With Countdown Timer-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
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
Basisinformatie over de Extensie
Naam | |
ID | gjlomhejngokfndjeompgpfeidokhbgp |
Officiële URL | https://chrome.google.com/webstore/detail/new-tab-page-with-countdo/gjlomhejngokfndjeompgpfeidokhbgp |
Beschrijving | Replace new tab page with countdown timer |
Bestandsgrootte | 11.01 MB |
Aantal Installaties | 307 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2016-02-25 |
Publicatiedatum | 2016-02-25 |
Beoordeling | 2.67/5 Totaal 12 Beoordelingen |
Ontwikkelaar | Miqdad Ali K |
Betalingswijze | free |
Ondersteunde Talen | 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" } |