Create Shortcut

Adds 'Create Shortcut' in the context menu.

Create Shortcut là gì?

Create Shortcut là một tiện ích mở rộng Chrome được phát triển bởi Tack'n, và tính năng chính của nó là "Adds 'Create Shortcut' in the context menu.".

Ả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 Create Shortcut

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

                        When the menu is selected, this extension creates an internet shortcut file (.html) to the current webpage.

The shortcut files are saved in your download folder.                    

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

Tên Create Shortcut Create Shortcut
ID ehmkjaagddnjkgghllbchghdehmgplpf
URL Chính Thức https://chromewebstore.google.com/detail/create-shortcut/ehmkjaagddnjkgghllbchghdehmgplpf
Mô tả Adds 'Create Shortcut' in the context menu.
Kích Thước Tệp 11.45 KB
Số Lần Cài Đặt 172
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-11-07
Ngày Phát Hành 2020-09-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Tack'n
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.tackn.jp/post-3874.html
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Create Shortcut",
    "version": "1.0.1",
    "description": "__MSG_extDescription__",
    "background": {
        "scripts": [
            "src\/extension.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48.png"
        }
    }
}