Steward Plus

a command launcher with extension management/app launcher/tab management/history search/alfred

Co to jest Steward Plus?

Steward Plus to rozszerzenie Chrome opracowane przez tomasy, a jego główną funkcją jest „a command launcher with extension management/app launcher/tab management/history search/alfred”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Steward Plus

Pobierz pliki rozszerzeń Steward Plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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
...                    

Podstawowe informacje o rozszerzeniu

Nazwa Steward Plus Steward Plus
ID dnkhdiodfglfckibnfcjbgddcgjgkacd
Oficjalny URL https://chromewebstore.google.com/detail/steward-plus/dnkhdiodfglfckibnfcjbgddcgjgkacd
Opis a command launcher with extension management/app launcher/tab management/history search/alfred
Rozmiar pliku 950 KB
Liczba instalacji 2,574
Aktualna Wersja 4.1.1
Ostatnia Aktualizacja 2021-01-08
Data Publikacji 2020-06-03
Ocena 4.67/5 Łącznie 45 Oceny
Deweloper tomasy
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://oksteward.com/
Adres URL Strony Pomocy https://github.com/solobat/Steward/issues
Adres URL Strony Polityki Prywatności https://ihelpers.xyz/privacy
Obsługiwane Języki 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": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "manifest.js",
                "common.js",
                "vendor.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "img\/*",
        "urlblock.html",
        "login.html",
        "popup.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html",
    "optional_permissions": [
        "background",
        "clipboardWrite"
    ],
    "permissions": [
        "history",
        "bookmarks",
        "tabs",
        "storage",
        "downloads",
        "management",
        "unlimitedStorage",
        "",
        "topSites"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+K",
                "mac": "Command+K",
                "chromeos": "Ctrl+K",
                "linux": "Ctrl+K"
            }
        },
        "open-in-content-page": {
            "suggested_key": {
                "windows": "Ctrl+J",
                "mac": "Command+J",
                "chromeos": "Ctrl+J",
                "linux": "Ctrl+J"
            },
            "description": "__MSG_pageboxDesc__",
            "global": true
        },
        "pageboxShortcut_0": {
            "description": "__MSG_general_shortcuts_pageboxShortcut_0_cmd__"
        },
        "pageboxShortcut_1": {
            "description": "__MSG_general_shortcuts_pageboxShortcut_1_cmd__"
        },
        "pageboxShortcut_2": {
            "description": "__MSG_general_shortcuts_pageboxShortcut_2_cmd__"
        },
        "pageboxShortcut_3": {
            "description": "__MSG_general_shortcuts_pageboxShortcut_3_cmd__"
        },
        "pageboxShortcut_4": {
            "description": "__MSG_general_shortcuts_pageboxShortcut_4_cmd__"
        },
        "pageboxShortcut_5": {
            "description": "__MSG_general_shortcuts_pageboxShortcut_5_cmd__"
        },
        "pageboxShortcut_6": {
            "description": "__MSG_general_shortcuts_pageboxShortcut_6_cmd__"
        },
        "pageboxShortcut_7": {
            "description": "__MSG_general_shortcuts_pageboxShortcut_7_cmd__"
        },
        "pageboxShortcut_8": {
            "description": "__MSG_general_shortcuts_pageboxShortcut_8_cmd__"
        },
        "pageboxShortcut_9": {
            "description": "__MSG_general_shortcuts_pageboxShortcut_9_cmd__"
        }
    }
}