Omni Plus
Great tools in one line.
Omni Plus란 무엇입니까?
Omni Plus은(는) https://cil.rocks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Great tools in one line."입니다.
확장 프로그램 스크린샷
Omni Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension provides a series of tools that could be accessed right in your Chrome address bar. To use it, type 'op' in address bar and hit space bar. Once you see the extension icon and 'Omni Plus' show up, you can continue typing to choose a command and run it by hit Enter. It's also open source on Github: https://github.com/JohnCido/omni-plus You're welcomed to extend it following README document. Or using any available feedback methods to suggest new features. Update log: 1.0.0: · init
확장 프로그램 기본 정보
이름 | Omni Plus |
ID | pmjmpealmhemagiinkeendmoekpljpel |
공식 URL | https://chromewebstore.google.com/detail/omni-plus/pmjmpealmhemagiinkeendmoekpljpel |
설명 | Great tools in one line. |
파일 크기 | 689 KB |
설치 횟수 | 16 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2016-12-03 |
출시 날짜 | 2016-12-03 |
개발자 | https://cil.rocks |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.0.1", "minimum_chrome_version": "52", "omnibox": { "keyword": "op" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "\/img\/icons\/icon_16.png", "48": "\/img\/icons\/icon_48.png", "128": "\/img\/icons\/icon_128.png" }, "background": { "scripts": [ "\/js\/main.js" ], "persistent": false }, "permissions": [ "activeTab", "notifications", "system.memory", "contextMenus", "management", "downloads", "downloads.shelf", "bookmarks", "history", "power", "topSites", "tts", "storage", "tabs", "idle" ], "homepage_url": "http:\/\/cil.rocks\/extensions\/" } |