Approaching
Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.
What is Approaching?
Approaching is a Chrome extension developed by http://natedelage.com, and its main feature is "Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.".
Extension Screenshots
Download Approaching Extension CRX File
Download Approaching 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
Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.
Extension Basic Information
Name | |
ID | pfeinjabklfaiidkiifdbknijemhkjok |
Official URL | https://chrome.google.com/webstore/detail/approaching/pfeinjabklfaiidkiifdbknijemhkjok |
Description | Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab. |
File Size | 208 KB |
Installation Count | 121 |
Current Version | 0.1 |
Last Updated | 2015-06-15 |
Publish Date | 2015-06-15 |
Rating | 4.00/5 Total 3 Ratings |
Developer | http://natedelage.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Approaching", "short_name": "Approaching", "description": "Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.", "version": "0.1", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "storage" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |