My Tasks: Todo-List for Google Chrome
My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.
Co to jest My Tasks: Todo-List for Google Chrome?
My Tasks: Todo-List for Google Chrome to rozszerzenie Chrome opracowane przez Keepers, a jego główną funkcją jest „My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia My Tasks: Todo-List for Google Chrome
Pobierz pliki rozszerzeń My Tasks: Todo-List for Google Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This is Todo List application which will replace your default "new tab" page. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | inhhamgcakfdohnnppfnehdbjomiglbp |
| Oficjalny URL | https://chromewebstore.google.com/detail/my-tasks-todo-list-for-go/inhhamgcakfdohnnppfnehdbjomiglbp |
| Opis | My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks. |
| Rozmiar pliku | 128 KB |
| Liczba instalacji | 1,565 |
| Aktualna Wersja | 0.2.0 |
| Ostatnia Aktualizacja | 2015-11-02 |
| Data Publikacji | 2015-11-02 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | Keepers |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/ianaya89/my-tasks |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "My Tasks: Todo-List for Google Chrome",
"short_name": "My Tasks",
"version": "0.2.0",
"manifest_version": 2,
"description": "My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.",
"browser_action": {
"default_title": "My Tasks"
},
"chrome_url_overrides": {
"newtab": "tab.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |