My Web Shortcuts

Create custom keyboard shortcuts to access the web, and be more productive!

My Web Shortcuts là gì?

My Web Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi https://mywebshortcuts.xyz, và tính năng chính của nó là "Create custom keyboard shortcuts to access the web, and be more productive!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng My Web Shortcuts

Tải xuống các tệp mở rộng My Web Shortcuts 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

                        Introducing My Web Shortcuts 🌏💻 — your new best friend for browsing!

A cool free & open-source extension that lets you create your own keyboard shortcuts for any website. No more endless clicking around; now you can do actions or click things using simple keyboard strokes. 😉

You can set up shortcuts for your favourite tasks, making browsing faster and way more convenient. Skip the hassle, forget hunting for elements and jump straight to what you need with just a tap of a key. ⚡

Get ready to take control of your browsing with My Web Shortcuts—it's all about making your online journey smoother and simpler. 🌾🎐


GitHub Repo: https://github.com/mywebshortcuts/mywebshortcuts                    

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

Tên My Web Shortcuts My Web Shortcuts
ID eieokkopejddkfnfioklcjabmhpbmgke
URL Chính Thức https://chromewebstore.google.com/detail/my-web-shortcuts/eieokkopejddkfnfioklcjabmhpbmgke
Mô tả Create custom keyboard shortcuts to access the web, and be more productive!
Kích Thước Tệp 1.85 MB
Số Lần Cài Đặt 146
Phiên Bản Hiện Tại 1.5.9
Cập Nhật Lần Cuối 2023-12-17
Ngày Phát Hành 2023-11-26
Đánh Giá 4.92/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://mywebshortcuts.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.mywebshortcuts.xyz
URL Trang Trợ Giúp http://discord.mywebshortcuts.xyz
URL Trang Chính Sách Bảo Mật https://www.mywebshortcuts.xyz/pages/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "My Web Shortcuts",
    "version": "1.5.9",
    "author": "[email protected]",
    "description": "Create custom keyboard shortcuts to access the web, and be more productive!",
    "icons": {
        "16": "src\/assets\/16x16.png",
        "32": "src\/assets\/32x32.png",
        "48": "src\/assets\/48x48.png",
        "128": "src\/assets\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "src\/assets\/16x16.png",
            "24": "src\/assets\/24x24.png",
            "32": "src\/assets\/32x32.png"
        },
        "default_title": "My Web Shortcuts",
        "default_popup": "src\/popup\/popup.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/useCustomShortcut.js-loader-4e5ac5b7.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "src\/assets\/font-awesome\/webfonts\/fa-solid-900.woff2",
                "src\/assets\/font-awesome\/webfonts\/fa-regular-400.woff2",
                "src\/assets\/font-awesome\/css\/fontawesome.css",
                "src\/assets\/font-awesome\/css\/solid.css",
                "src\/assets\/font-awesome\/css\/regular.css",
                "src\/assets\/inter\/Inter-Regular.woff",
                "src\/assets\/inter\/Inter-Regular.woff2",
                "src\/scripts\/elementSelector.html",
                "src\/scripts\/keySelector.html",
                "src\/options\/editShortcutDialog.html",
                "src\/scripts\/styles\/*",
                "src\/assets\/sounds\/*",
                "assets\/quickMethods-bd0e2803.js",
                "assets\/domElements-7476c01b.js",
                "assets\/setter.js-c02a22ef.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/quickMethods-bd0e2803.js",
                "assets\/useCustomShortcut.js-5e988cc4.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "commands": {
        "startSelection": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "mac": "Command+Shift+Space"
            },
            "description": "Start selection in the active tab"
        }
    },
    "options_page": "src\/options\/options.html",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}