New Tab Page With Countdown Timer
Replace new tab page with countdown timer
What is New Tab Page With Countdown Timer?
New Tab Page With Countdown Timer is a Chrome extension developed by Miqdad Ali K, and its main feature is "Replace new tab page with countdown timer".
Extension Screenshots
Download New Tab Page With Countdown Timer Extension CRX File
Download New Tab Page With Countdown Timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | gjlomhejngokfndjeompgpfeidokhbgp |
Official URL | https://chrome.google.com/webstore/detail/new-tab-page-with-countdo/gjlomhejngokfndjeompgpfeidokhbgp |
Description | Replace new tab page with countdown timer |
File Size | 11.01 MB |
Installation Count | 307 |
Current Version | 1.0.4 |
Last Updated | 2016-02-25 |
Publish Date | 2016-02-25 |
Rating | 2.67/5 Total 12 Ratings |
Developer | Miqdad Ali K |
Payment Type | free |
Supported Languages | 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" } |