Asana Extra Key Mappings
Extra key mappings to compensate missing features
Co to jest Asana Extra Key Mappings?
Asana Extra Key Mappings to rozszerzenie Chrome opracowane przez ususso, a jego główną funkcją jest „Extra key mappings to compensate missing features”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Asana Extra Key Mappings
Pobierz pliki rozszerzeń Asana Extra Key Mappings 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
- [Tab + e] mapping to focus a task on a task list. - Option to disable the default [Ctrl + Enter] shortcut. If you have a feature request, create an issue on https://github.com/gitusp/asana-extra-key-mappings.
Podstawowe informacje o rozszerzeniu
Nazwa | Asana Extra Key Mappings |
ID | kggmcmncpcohaknajapmmfchmlhegook |
Oficjalny URL | https://chromewebstore.google.com/detail/asana-extra-key-mappings/kggmcmncpcohaknajapmmfchmlhegook |
Opis | Extra key mappings to compensate missing features |
Rozmiar pliku | 16.31 KB |
Liczba instalacji | 26 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2022-02-10 |
Data Publikacji | 2020-10-03 |
Deweloper | ususso |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/gitusp/asana-extra-key-mappings |
Adres URL Strony Pomocy | https://github.com/gitusp/asana-extra-key-mappings/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/app.asana.com\/*" ] } ], "description": "Extra key mappings to compensate missing features", "manifest_version": 2, "name": "Asana Extra Key Mappings", "version": "1.1.0", "web_accessible_resources": [ "main.js" ], "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_ui": { "page": "options.html", "open_in_tab": false } } |