Countdown
Keep track of your most important future events with a countdown on the new tab page!
Wat is Countdown?
Countdown is een Chrome-extensie ontwikkeld door Srikar Gudipati, en de belangrijkste functie is "Keep track of your most important future events with a countdown on the new tab page!".
Extensie Screenshots
Download het CRX-bestand van de extensie Countdown
Download Countdown-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 displays countdown timers to your most important future events in the new tab page!
Basisinformatie over de Extensie
Naam | Countdown |
ID | liinagkdcgnopnmeodlgmccpiaalbbpa |
Officiële URL | https://chromewebstore.google.com/detail/countdown/liinagkdcgnopnmeodlgmccpiaalbbpa |
Beschrijving | Keep track of your most important future events with a countdown on the new tab page! |
Bestandsgrootte | 44.2 KB |
Aantal Installaties | 669 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2015-01-26 |
Publicatiedatum | 2015-01-26 |
Beoordeling | 4.31/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Srikar Gudipati |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Countdown", "version": "0.5", "manifest_version": 2, "description": "Keep track of your most important future events with a countdown on the new tab page!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "Srikar Gudipati", "incognito": "split", "offline_enabled": true, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "notifications", "storage" ] } |