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.
Vad är My Tasks: Todo-List for Google Chrome?
My Tasks: Todo-List for Google Chrome är en Chrome-tillägg utvecklad av Keepers, och dess huvudfunktion är "My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.".
Tilläggsskärmbilder
Ladda ner My Tasks: Todo-List for Google Chrome-förlängningens CRX-fil
Ladda ner My Tasks: Todo-List for Google Chrome-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
This is Todo List application which will replace your default "new tab" page. Grundläggande Information om Tillägg
| Namn | |
| ID | inhhamgcakfdohnnppfnehdbjomiglbp |
| Officiell webbadress | https://chromewebstore.google.com/detail/my-tasks-todo-list-for-go/inhhamgcakfdohnnppfnehdbjomiglbp |
| Beskrivning | My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks. |
| Filstorlek | 128 KB |
| Antal Installationer | 1,565 |
| Aktuell Version | 0.2.0 |
| Senast Uppdaterad | 2015-11-02 |
| Publiceringsdatum | 2015-11-02 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Keepers |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/ianaya89/my-tasks |
| Stödda Språk | 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'"
} | |