Countdown
Keep track of your most important future events with a countdown on the new tab page!
Vad är Countdown?
Countdown är en Chrome-tillägg utvecklad av Srikar Gudipati, och dess huvudfunktion är "Keep track of your most important future events with a countdown on the new tab page!".
Tilläggsskärmbilder
Ladda ner Countdown-förlängningens CRX-fil
Ladda ner Countdown-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension displays countdown timers to your most important future events in the new tab page! Grundläggande Information om Tillägg
| Namn | |
| ID | liinagkdcgnopnmeodlgmccpiaalbbpa |
| Officiell webbadress | https://chromewebstore.google.com/detail/countdown/liinagkdcgnopnmeodlgmccpiaalbbpa |
| Beskrivning | Keep track of your most important future events with a countdown on the new tab page! |
| Filstorlek | 44.2 KB |
| Antal Installationer | 669 |
| Aktuell Version | 0.5 |
| Senast Uppdaterad | 2015-01-26 |
| Publiceringsdatum | 2015-01-26 |
| Betyg | 4.31/5 Totalt 13 Betyg |
| Utvecklare | Srikar Gudipati |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |