Linux Mint online server
Run Linux Mint online server with the free hosting OnWorks
Linux Mint online server란 무엇입니까?
Linux Mint online server은(는) https://onworks.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Run Linux Mint online server with the free hosting OnWorks"입니다.
확장 프로그램 스크린샷
Linux Mint online server 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Linux Mint online server |
ID | ohcdfkmeiinmedcnjfdpdmffmohlomjd |
공식 URL | https://chromewebstore.google.com/detail/linux-mint-online-server/ohcdfkmeiinmedcnjfdpdmffmohlomjd |
설명 | Run Linux Mint online server with the free hosting OnWorks |
파일 크기 | 63.09 KB |
설치 횟수 | 11,062 |
현재 버전 | 1.2.9 |
최근 업데이트 | 2020-03-08 |
출시 날짜 | 2020-03-08 |
평점 | 3.29/5 총 7 개의 평점 |
개발자 | https://onworks.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.onworks.net/media/system/apps/free-linux-mint-online.html |
개인정보 보호 정책 페이지 URL | https://www.apkonline.net/index.php/cloud-apps-policy |
지원되는 언어 | 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 } } |