Interval Timer
It is a timer that can set the interval.
Vad är Interval Timer?
Interval Timer är en Chrome-tillägg utvecklad av Takashi Suzuki, och dess huvudfunktion är "It is a timer that can set the interval.".
Tilläggsskärmbilder
Ladda ner Interval Timer-förlängningens CRX-fil
Ladda ner Interval Timer-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
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äggande Information om Tillägg
Namn | Interval Timer |
ID | ggofbbndaeneibofhcakocmknlcoleaa |
Officiell webbadress | https://chromewebstore.google.com/detail/interval-timer/ggofbbndaeneibofhcakocmknlcoleaa |
Beskrivning | It is a timer that can set the interval. |
Filstorlek | 367 KB |
Antal Installationer | 1,977 |
Aktuell Version | 1.1.2 |
Senast Uppdaterad | 2020-11-19 |
Publiceringsdatum | 2020-04-26 |
Betyg | 4.91/5 Totalt 11 Betyg |
Utvecklare | Takashi Suzuki |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/belltreeSzk/chrome-program-timer |
Stödda Språk | 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" ] } |