Minimal Todoist
An extension to help you complete todoist tasks
Vad är Minimal Todoist?
Minimal Todoist är en Chrome-tillägg utvecklad av ashish.me, och dess huvudfunktion är "An extension to help you complete todoist tasks".
Tilläggsskärmbilder
Ladda ner Minimal Todoist-förlängningens CRX-fil
Ladda ner Minimal Todoist-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
Minimal Todoist is an open source browser extension that lets you see all todos in new page tab.
Report bugs or suggestions here - https://github.com/ashishdotme/minimal-todoist-extension/issues
Disclaimer: Minimal Todoist is not created by, affiliated with, or supported by Doist. I do not take any responsibility and I'm not liable for any damage caused through use of this service. Grundläggande Information om Tillägg
| Namn | |
| ID | eofnkjgkfjlalkapnfklldgdaghkilce |
| Officiell webbadress | https://chromewebstore.google.com/detail/minimal-todoist/eofnkjgkfjlalkapnfklldgdaghkilce |
| Beskrivning | An extension to help you complete todoist tasks |
| Filstorlek | 2.13 MB |
| Antal Installationer | 33 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2019-10-02 |
| Publiceringsdatum | 2019-10-02 |
| Betyg | 4.67/5 Totalt 3 Betyg |
| Utvecklare | ashish.me |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://ashish.me |
| Hjälpsida URL | https://github.com/ashishdotme/minimal-todoist-extension/issues |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Minimal Todoist",
"version": "1.0.1",
"description": "An extension to help you complete todoist tasks",
"author": "Ashish Patel",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"128": "assets\/logo.png"
},
"permissions": [
"storage",
"unlimitedStorage"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |