Assistant
Assistant helps you to remember your tasks to complete.
Was ist Assistant?
Assistant ist eine Chrome-Erweiterung, die von Kalpesh Singh entwickelt wurde, und ihr Hauptmerkmal ist "Assistant helps you to remember your tasks to complete.".
Erweiterungsscreenshots
Assistant-Erweiterungs-CRX-Datei herunterladen
Laden Sie Assistant-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
***It replaces your new tab with shiny todo manager"***
"Assistant" is simple todo manager which helps you to remember small but yet important task. Whenever you open a new tab, you will see "Assistant" reminding your tasks.
"Assistant" is fully accessible and works with screen readers. It also provides many creative visual clue to understand your progress at a glance.
To make things more interesting, you will see background image changes on refresh. It fetches some high quality photos from Unsplash to make your new tab less dull.
Note: "Assistant" developer supports Privacy very strongly. There is NO tracking or analytics script is in this Chrome extension.
[Updates 💥]:
1. Blur mode - Now hide your task list when people are around you. Perfect for projector and meeting scenario
2. Win to accessibility - Focus outline on checkboxes
[Features ✨]:
1. Fully accessible.
2. You can add tags by using square brackets. Example - "Write an article for @sitepointdotcom on Vue [urgent]".
3. Radial progress bar to get status of progress at a glance. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jepekkbkeoifmhjfejinpeffomahkepk |
| Offizielle URL | https://chromewebstore.google.com/detail/assistant/jepekkbkeoifmhjfejinpeffomahkepk |
| Beschreibung | Assistant helps you to remember your tasks to complete. |
| Dateigröße | 643 KB |
| Installationsanzahl | 44 |
| Aktuelle Version | 1.1.3 |
| Letztes Update | 2018-10-05 |
| Veröffentlichungsdatum | 2018-10-05 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Kalpesh Singh |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Assistant",
"description": "Assistant helps you to remember your tasks to complete.",
"icons": {
"16": "\/icons\/icon16.png",
"48": "\/icons\/icon48.png",
"128": "\/icons\/icon128.png"
},
"version": "1.1.3",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |