Pomodoro Timer
Use the time. Work and rest.
Was ist Pomodoro Timer?
Pomodoro Timer ist eine Chrome-Erweiterung, die von LOCAJANS entwickelt wurde, und ihr Hauptmerkmal ist "Use the time. Work and rest.".
Erweiterungsscreenshots
Pomodoro Timer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pomodoro Timer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Pomodoro Timer - Pomodoro Clock - Use the time. Work and rest. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lfbmbmjkmjmhdjgpkfjchfehgdpfglml |
| Offizielle URL | https://chromewebstore.google.com/detail/pomodoro-timer/lfbmbmjkmjmhdjgpkfjchfehgdpfglml |
| Beschreibung | Use the time. Work and rest. |
| Dateigröße | 123 KB |
| Installationsanzahl | 482 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2018-07-05 |
| Veröffentlichungsdatum | 2018-07-05 |
| Bewertung | 1.00/5 Insgesamt 2 Bewertungen |
| Entwickler | LOCAJANS |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://locajans.com |
| Hilfeseite URL | http://locajans.com |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.0",
"name": "Pomodoro Timer",
"description": "Use the time. Work and rest.",
"icons": {
"16": "images\/16.png",
"24": "images\/24.png",
"32": "images\/32.png",
"128": "images\/128.png"
},
"browser_action": {
"default_popup": "index.html"
},
"background": {
"scripts": [
"OneSignal.js",
"background.js"
]
},
"permissions": [
"background",
"https:\/\/locajans.com\/"
]
} | |