Omni Todoist
Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.
Co to jest Omni Todoist?
Omni Todoist to rozszerzenie Chrome opracowane przez tkt989.dev, a jego główną funkcją jest „Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Omni Todoist
Pobierz pliki rozszerzeń Omni Todoist 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
Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.
Podstawowe informacje o rozszerzeniu
Nazwa | Omni Todoist |
ID | jegdmcdffgddhaehahgeoiohknchldmj |
Oficjalny URL | https://chromewebstore.google.com/detail/omni-todoist/jegdmcdffgddhaehahgeoiohknchldmj |
Opis | Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter. |
Rozmiar pliku | 50 KB |
Liczba instalacji | 150 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2019-10-08 |
Data Publikacji | 2019-10-07 |
Ocena | 3.00/5 Łącznie 6 Oceny |
Deweloper | tkt989.dev |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/tkt989/OmniTodoist |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omni Todoist", "version": "1.0.3", "icons": { "16": ".\/img\/[email protected]", "48": ".\/img\/[email protected]", "128": ".\/img\/[email protected]" }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "notifications", "identity", "storage", "https:\/\/todoist.com\/*" ], "omnibox": { "keyword": "todo" } } |