Asana Extra Key Mappings

Extra key mappings to compensate missing features

Asana Extra Key Mappings là gì?

Asana Extra Key Mappings là một tiện ích mở rộng Chrome được phát triển bởi ususso, và tính năng chính của nó là "Extra key mappings to compensate missing features".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Asana Extra Key Mappings

Tải xuống các tệp mở rộng Asana Extra Key Mappings dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        - [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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Asana Extra Key Mappings Asana Extra Key Mappings
ID kggmcmncpcohaknajapmmfchmlhegook
URL Chính Thức https://chromewebstore.google.com/detail/asana-extra-key-mappings/kggmcmncpcohaknajapmmfchmlhegook
Mô tả Extra key mappings to compensate missing features
Kích Thước Tệp 16.31 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-02-10
Ngày Phát Hành 2020-10-03
Nhà Phát Triển ususso
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gitusp/asana-extra-key-mappings
URL Trang Trợ Giúp https://github.com/gitusp/asana-extra-key-mappings/issues
Ngôn Ngữ Được Hỗ Trợ 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
    }
}