Apt-linker
Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages
Apt-linker란 무엇입니까?
Apt-linker은(는) Fernando Carmona Varo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages"입니다.
확장 프로그램 스크린샷
Apt-linker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is intended to ease the life of Ubuntu/Debian users who browse the Internet searching for software, tutorials, etc. Apt: urls are a way to install packages by using a protocol handler to read the list of packages to install. This extension will turn lines of text describing commands for installation into clickable links that allow you to install the packages with just 2 clicks. More info about AptUrl can be found here: https://help.ubuntu.com/community/AptURL
확장 프로그램 기본 정보
이름 | Apt-linker |
ID | oljmaangfgmmokjpnojhfblppgeijikp |
공식 URL | https://chromewebstore.google.com/detail/apt-linker/oljmaangfgmmokjpnojhfblppgeijikp |
설명 | Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages |
파일 크기 | 36.13 KB |
설치 횟수 | 1,180 |
현재 버전 | 1.3.1 |
최근 업데이트 | 2013-10-12 |
출시 날짜 | 2013-10-12 |
평점 | 4.63/5 총 56 개의 평점 |
개발자 | Fernando Carmona Varo |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://userscripts.org/scripts/show/47591 |
지원되는 언어 | en,es |
manifest.json | |
{ "manifest_version": 2, "name": "Apt-linker", "version": "1.3.1", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "128": "icon128.png", "32": "icon32.png", "48": "icon48.png" }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |