Interval Timer
It is a timer that can set the interval.
Hvad er Interval Timer?
Interval Timer er en Chrome-udvidelse udviklet af Takashi Suzuki, og dens hovedfunktion er "It is a timer that can set the interval.".
Udvidelsesskærmbilleder
Download Interval Timer-udvidelses-CRX-fil
Download Interval Timer-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
When you set the time, the set timers will run in sequence. It counts in the background and notifies you when it is time. Please use it when you want to concentrate. Interval Timer does not send your data to anywhere. === ver 1.1.1 === Added sound at the end of the alarm.
Grundlæggende oplysninger om udvidelsen
Navn | Interval Timer |
ID | ggofbbndaeneibofhcakocmknlcoleaa |
Officiel URL | https://chromewebstore.google.com/detail/interval-timer/ggofbbndaeneibofhcakocmknlcoleaa |
Beskrivelse | It is a timer that can set the interval. |
Filstørrelse | 367 KB |
Antal Installationer | 1,977 |
Nuværende Version | 1.1.2 |
Senest Opdateret | 2020-11-19 |
Udgivelsesdato | 2020-04-26 |
Bedømmelse | 4.91/5 Samlet 11 Bedømmelser |
Udvikler | Takashi Suzuki |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/belltreeSzk/chrome-program-timer |
Understøttede Sprog | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "1.1.2", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-16.png", "38": "images\/icon-32.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "pages\/popup.html" }, "permissions": [ "notifications" ] } |