Countdown
Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…
Vad är Countdown?
Countdown är en Chrome-tillägg utvecklad av Kha Tran, och dess huvudfunktion är "Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…".
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
Easy to create a countdown timer. You can note everything here and remind yourself when events happen.
Your counter will automatically repeat if you want. You will receive a reminder when it's on time.
If you have any feedback or trouble email us at [email protected]. Grundläggande Information om Tillägg
| Namn | |
| ID | oajaibohggffldmcmgffckjbicimdnej |
| Officiell webbadress | https://chromewebstore.google.com/detail/countdown/oajaibohggffldmcmgffckjbicimdnej |
| Beskrivning | Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will… |
| Filstorlek | 74.22 KB |
| Antal Installationer | 18 |
| Aktuell Version | 1.0.5 |
| Senast Uppdaterad | 2019-11-22 |
| Publiceringsdatum | 2019-11-21 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Kha Tran |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Countdown",
"icons": {
"16": "icon16.png",
"128": "icon128.png"
},
"version": "1.0.5",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"background": {
"scripts": [
"background.min.js"
],
"persistent": true
},
"permissions": [
"background",
"notifications",
"tabs",
"storage"
]
} | |