Local Server Shortcut

Shortcut to open webpages running on local servers.

Local Server Shortcut là gì?

Local Server Shortcut là một tiện ích mở rộng Chrome được phát triển bởi David Mihal, và tính năng chính của nó là "Shortcut to open webpages running on local servers.".

Tải xuống tệp CRX của tiện ích mở rộng Local Server Shortcut

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

                        Shortcut to open webservers running on the local machine.                    

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

Tên Local Server Shortcut Local Server Shortcut
ID apehmeaeoaoegjfahilhilcdilhbblnh
URL Chính Thức https://chromewebstore.google.com/detail/local-server-shortcut/apehmeaeoaoegjfahilhilcdilhbblnh
Mô tả Shortcut to open webpages running on local servers.
Kích Thước Tệp 19.82 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2018-02-28
Ngày Phát Hành 2018-02-27
Nhà Phát Triển David Mihal
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Local Server Shortcut",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Shortcut to open webpages running on local servers.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Server list",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "http:\/\/localhost\/*",
        "https:\/\/localhost\/*"
    ]
}