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 |
公式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 |
Eメール | [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": [ " |