Asana Extra Key Mappings
Extra key mappings to compensate missing features
Asana Extra Key Mappings क्या है?
Asana Extra Key Mappings ususso द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extra key mappings to compensate missing features"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Asana Extra Key Mappings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- [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.
एक्सटेंशन की मूल जानकारी
नाम | Asana Extra Key Mappings |
ID | kggmcmncpcohaknajapmmfchmlhegook |
आधिकारिक URL | https://chromewebstore.google.com/detail/asana-extra-key-mappings/kggmcmncpcohaknajapmmfchmlhegook |
विवरण | Extra key mappings to compensate missing features |
फ़ाइल का आकार | 16.31 KB |
स्थापना संख्या | 26 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2022-02-10 |
प्रकाशन तिथि | 2020-10-03 |
डेवलपर | ususso |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/gitusp/asana-extra-key-mappings |
सहायता पृष्ठ URL | https://github.com/gitusp/asana-extra-key-mappings/issues |
समर्थित भाषाएँ | 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 } } |