Speed Dial Quantum

Minimal speed-dial extension with support for keyboard shortcuts & importing Speed Dial pages

Speed Dial Quantum là gì?

Speed Dial Quantum là một tiện ích mở rộng Chrome được phát triển bởi Abdullah Alansari, và tính năng chính của nó là "Minimal speed-dial extension with support for keyboard shortcuts & importing Speed Dial pages".

Ả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 Speed Dial Quantum

Tải xuống các tệp mở rộng Speed Dial Quantum 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

                        Minimal speed-dial extension with support for keyboard shortcuts & importing Speed Dial pages.                    

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

Tên Speed Dial Quantum Speed Dial Quantum
ID fadmmkodlffpamiglnmodpkmbpalbkmp
URL Chính Thức https://chromewebstore.google.com/detail/speed-dial-quantum/fadmmkodlffpamiglnmodpkmbpalbkmp
Mô tả Minimal speed-dial extension with support for keyboard shortcuts & importing Speed Dial pages
Kích Thước Tệp 196 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-03-02
Ngày Phát Hành 2019-03-02
Nhà Phát Triển Abdullah Alansari
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Ahimta/speed-dial-quantum
URL Trang Trợ Giúp https://github.com/Ahimta/speed-dial-quantum
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Dial Quantum",
    "short_name": "Speed Dial",
    "description": "Minimal speed-dial extension with support for keyboard shortcuts & importing Speed Dial pages",
    "homepage_url": "https:\/\/github.com\/Ahimta\/speed-dial-quantum",
    "author": "Abdullah Alansari",
    "version": "1.0.1",
    "permissions": [
        "topSites",
        "storage",
        "tabs",
        "activeTab",
        "unlimitedStorage",
        ""
    ],
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/content.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "src\/views\/newtab.html"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/icon.png",
        "default_title": "Speed Dial",
        "default_popup": "src\/views\/popup.html",
        "show_matches": [
            ""
        ]
    },
    "applications": {
        "gecko": {
            "id": "{71ec5708-2489-11e8-8697-87e8af1da1d9}",
            "strict_min_version": "56.0"
        }
    },
    "icons": {
        "48": "icons\/icon.png",
        "64": "icons\/[email protected]",
        "96": "icons\/[email protected]"
    }
}