Steward Plus
a command launcher with extension management/app launcher/tab management/history search/alfred
Τι είναι το Steward Plus;
Το Steward Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tomasy, και η κύρια λειτουργία του είναι "a command launcher with extension management/app launcher/tab management/history search/alfred".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Steward Plus
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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": [ " |