Simple Timer
Simple timer that shows a popup when time is up.
Vad är Simple Timer?
Simple Timer är en Chrome-tillägg utvecklad av jsg, och dess huvudfunktion är "Simple timer that shows a popup when time is up.".
Tilläggsskärmbilder
Ladda ner Simple Timer-förlängningens CRX-fil
Ladda ner Simple 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
Simple timer that shows a popup when time is up. Simple and unobtrusive. Grundläggande Information om Tillägg
| Namn | |
| ID | hhoihjklpidiicnmmlndmpkahnmfmfho |
| Officiell webbadress | https://chromewebstore.google.com/detail/simple-timer/hhoihjklpidiicnmmlndmpkahnmfmfho |
| Beskrivning | Simple timer that shows a popup when time is up. |
| Filstorlek | 20.09 KB |
| Antal Installationer | 1,337 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2014-06-07 |
| Publiceringsdatum | 2014-06-07 |
| Betyg | 4.17/5 Totalt 6 Betyg |
| Utvecklare | jsg |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Simple Timer",
"version": "1.0",
"description": "Simple timer that shows a popup when time is up.",
"browser_action": {
"default_title": "Timer",
"default_icon": "timer-icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"sample.js"
],
"persistent": true
},
"manifest_version": 2
} | |