SL
SL command implementation of Chrome.
SL란 무엇입니까?
SL은(는) hakatashi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SL command implementation of Chrome."입니다.
확장 프로그램 스크린샷
SL 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Fancy implementation of the SL command. Type "sl" on the omnibar then Tab/Space. When you press Enter SL will run on your screen! SL Supports following options: -a, --accident: Accident occurs. Passenger screams "HELP!" -F, --fly: SL will fly to the galaxy. -l, --long: Long and Little SL will pass. -r, --reverse: SL goes the railway in the opposite direction. https://github.com/hakatashi/sl-chrome ======== This is the derived work from "sl command" of Toyoda Masashi. Copyright 1993,1998,2014 Toyoda Masashi ([email protected]) https://github.com/mtoyoda/sl
확장 프로그램 기본 정보
이름 | |
ID | ilmjahoogaalpbjkognjcicmbajphemb |
공식 URL | https://chrome.google.com/webstore/detail/sl/ilmjahoogaalpbjkognjcicmbajphemb |
설명 | SL command implementation of Chrome. |
파일 크기 | 10.04 KB |
설치 횟수 | 11 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2015-07-10 |
출시 날짜 | 2015-07-10 |
개발자 | hakatashi |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/hakatashi/sl-chrome |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "SL", "version": "0.1.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "ja", "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ] } ], "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "omnibox": { "keyword": "sl" } } |