Linux Mint online server

Run Linux Mint online server with the free hosting OnWorks

Linux Mint online server là gì?

Linux Mint online server là một tiện ích mở rộng Chrome được phát triển bởi https://onworks.net, và tính năng chính của nó là "Run Linux Mint online server with the free hosting OnWorks".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Linux Mint online server

Tải xuống các tệp mở rộng Linux Mint online server 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

                        This extension provides OnWorks Linux Mint online, an Ubuntu-based distribution whose goal is to provide a classic desktop experience with many convenient, custom tools and optional out-of-the-box multimedia support. 

Linux Mint is one of the most popular and best user-friendly Ubuntu-based Linux distro available out there. It is perfect fit for both newcomers and advanced users. The main motto of Linux Mint is “From freedom came elegance” which provides a stable, powerful, easy to use, and a complete out of the box experience.

Its main features are:

As Linux Mint is Ubuntu-based Linux distro, so it is fully compatible with Ubuntu software repositories.

Comes with a full-packed system including browser plugins, media codecs, support for DVD playback, Java, and other components.

Linux Mint comes with a set of different templates as per user’s need including Cinnamon, GNOME, KDE, MATE, Xfce.

This one comes with Cinnamon desktop environment which is super stable and looks elegant.                    

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

Tên Linux Mint online server Linux Mint online server
ID ohcdfkmeiinmedcnjfdpdmffmohlomjd
URL Chính Thức https://chromewebstore.google.com/detail/linux-mint-online-server/ohcdfkmeiinmedcnjfdpdmffmohlomjd
Mô tả Run Linux Mint online server with the free hosting OnWorks
Kích Thước Tệp 63.09 KB
Số Lần Cài Đặt 11,062
Phiên Bản Hiện Tại 1.2.9
Cập Nhật Lần Cuối 2020-03-08
Ngày Phát Hành 2020-03-08
Đánh Giá 3.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://onworks.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.onworks.net/media/system/apps/free-linux-mint-online.html
URL Trang Chính Sách Bảo Mật https://www.apkonline.net/index.php/cloud-apps-policy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,uk,hi,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_title__",
    "version": "1.2.9",
    "description": "__MSG_description__",
    "default_locale": "en",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "icons\/app_38.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "options_page": "settings.html",
    "icons": {
        "128": "icons\/app_128.png",
        "48": "icons\/app_48.png",
        "16": "icons\/app_16.png"
    },
    "background": {
        "scripts": [
            "support.js",
            "jquery-3.3.1.min.js"
        ],
        "persistent": false
    }
}