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文件
下載Steward Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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": [ " |