Cuckoo Alarm
the Alarm with a cuckoo sings every 30 minutes
Vad är Cuckoo Alarm?
Cuckoo Alarm är en Chrome-tillägg utvecklad av matsuoshi, och dess huvudfunktion är "the Alarm with a cuckoo sings every 30 minutes".
Tilläggsskärmbilder
Ladda ner Cuckoo Alarm-förlängningens CRX-fil
Ladda ner Cuckoo Alarm-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 works as an alarm every 30 minutes.
The cuckoo sings one time, every half hour.
can toggle sound ON/OFF with button. Grundläggande Information om Tillägg
| Namn | |
| ID | kdkkbkefmhllplcecmplfohdpjibjncg |
| Officiell webbadress | https://chromewebstore.google.com/detail/cuckoo-alarm/kdkkbkefmhllplcecmplfohdpjibjncg |
| Beskrivning | the Alarm with a cuckoo sings every 30 minutes |
| Filstorlek | 32.08 KB |
| Antal Installationer | 146 |
| Aktuell Version | 1.0.4 |
| Senast Uppdaterad | 2020-10-26 |
| Publiceringsdatum | 2020-10-07 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | matsuoshi |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/matsuoshi/cuckoo_alarm |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cuckoo Alarm",
"version": "1.0.4",
"description": "the Alarm with a cuckoo sings every 30 minutes",
"author": "matsuoshi",
"homepage_url": "https:\/\/github.com\/matsuoshi\/cuckoo_alarm",
"permissions": [
"alarms"
],
"background": {
"scripts": [
"cuckoo_alarm.js"
]
},
"browser_action": {
"default_icon": {
"128": "icons\/icon128.png"
},
"default_title": "toggle the cuckoo sings"
},
"icons": {
"16": "icons\/icon16.png",
"128": "icons\/icon128.png"
}
} | |