Countdown
Keep track of your most important future events with a countdown on the new tab page!
Was ist Countdown?
Countdown ist eine Chrome-Erweiterung, die von Srikar Gudipati entwickelt wurde, und ihr Hauptmerkmal ist "Keep track of your most important future events with a countdown on the new tab page!".
Erweiterungsscreenshots
Countdown-Erweiterungs-CRX-Datei herunterladen
Laden Sie Countdown-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension displays countdown timers to your most important future events in the new tab page! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | liinagkdcgnopnmeodlgmccpiaalbbpa |
| Offizielle URL | https://chromewebstore.google.com/detail/countdown/liinagkdcgnopnmeodlgmccpiaalbbpa |
| Beschreibung | Keep track of your most important future events with a countdown on the new tab page! |
| Dateigröße | 44.2 KB |
| Installationsanzahl | 669 |
| Aktuelle Version | 0.5 |
| Letztes Update | 2015-01-26 |
| Veröffentlichungsdatum | 2015-01-26 |
| Bewertung | 4.31/5 Insgesamt 13 Bewertungen |
| Entwickler | Srikar Gudipati |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |