Steward Plus
a command launcher with extension management/app launcher/tab management/history search/alfred
Steward Plus란 무엇입니까?
Steward Plus은(는) tomasy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "a command launcher with extension management/app launcher/tab management/history search/alfred"입니다.
확장 프로그램 스크린샷
Steward Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The version without new tab: Steward Document: http://oksteward.com/steward-documents/ update: Fix bugs Recent updates: Add global Actions, edit in Settings --> Advanced --> Action Editor; The urlblock plugin adds the bkseturl command to set the block replacement page. Telegram channel: https://t.me/chromesteward Usage: By default to open Steward in New Tab or you can use: in popup - Mac: Command + K / Windows and Linux: Ctrl + K in websites - Mac: Command + J / Windows and Linux: Ctrl + J Alternatively, in Google Chrome, you can go to the URL chrome://extensions and scroll to the bottom and click Keyboard shortcuts feature: jk - find and open jenkins job note- create notes, # to add tags help - show all commands on - enable extension off - disables extensions set - open extension's settings page del - delete extension run - start chrome apps tab - find and navigate to open tabs his - find the history and open in the new tab bm - find and open bookmarks po - search your pocket articles todo - to-do list bk - block the specified URL ...
확장 프로그램 기본 정보
이름 | Steward Plus |
ID | dnkhdiodfglfckibnfcjbgddcgjgkacd |
공식 URL | https://chromewebstore.google.com/detail/steward-plus/dnkhdiodfglfckibnfcjbgddcgjgkacd |
설명 | a command launcher with extension management/app launcher/tab management/history search/alfred |
파일 크기 | 950 KB |
설치 횟수 | 2,574 |
현재 버전 | 4.1.1 |
최근 업데이트 | 2021-01-08 |
출시 날짜 | 2020-06-03 |
평점 | 4.67/5 총 45 개의 평점 |
개발자 | tomasy |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://oksteward.com/ |
도움말 페이지 URL | https://github.com/solobat/Steward/issues |
개인정보 보호 정책 페이지 URL | https://ihelpers.xyz/privacy |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extNamePlus__", "short_name": "Steward Plus", "version": "4.1.1", "description": "__MSG_extDesc__", "default_locale": "en", "chrome_url_overrides": { "newtab": "steward.html" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "Steward", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |