Countdown
Keep track of your most important future events with a countdown on the new tab page!
Hvad er Countdown?
Countdown er en Chrome-udvidelse udviklet af Srikar Gudipati, og dens hovedfunktion er "Keep track of your most important future events with a countdown on the new tab page!".
Udvidelsesskærmbilleder
Download Countdown-udvidelses-CRX-fil
Download Countdown-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension displays countdown timers to your most important future events in the new tab page!
Grundlæggende oplysninger om udvidelsen
Navn | Countdown |
ID | liinagkdcgnopnmeodlgmccpiaalbbpa |
Officiel URL | https://chromewebstore.google.com/detail/countdown/liinagkdcgnopnmeodlgmccpiaalbbpa |
Beskrivelse | Keep track of your most important future events with a countdown on the new tab page! |
Filstørrelse | 44.2 KB |
Antal Installationer | 669 |
Nuværende Version | 0.5 |
Senest Opdateret | 2015-01-26 |
Udgivelsesdato | 2015-01-26 |
Bedømmelse | 4.31/5 Samlet 13 Bedømmelser |
Udvikler | Srikar Gudipati |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |