Steward

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

ما هو Steward؟

Steward هو إضافة Chrome تم تطويرها بواسطة tomasy، والميزة الرئيسية لها هي "a command launcher with extension management/app launcher/tab management/history search/alfred".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Steward

قم بتنزيل ملفات الامتداد Steward بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        With NewTab: Steward Plus

Document: https://oksteward.com/steward-documents/
update:
Remove unnecessary permission

feature:
workflow: custom your combination of commands
help show help
on enable an extension
off disable an extension
set open extension's option page
del delete an extension
run launch an app
tab find a tab and goto
his find in history and goto
bm find in bookmark and goto
dl find in downloads and open folder
yd youdao translator
po search your pocket article
todo todolist
bk block an url
...                    

معلومات أساسية عن التمديد

الاسم Steward Steward
ID jglmompgeddkbcdamdknmebaimldkkbl
عنوان URL الرسمي https://chromewebstore.google.com/detail/steward/jglmompgeddkbcdamdknmebaimldkkbl
الوصف a command launcher with extension management/app launcher/tab management/history search/alfred
حجم الملف 957 KB
عدد التثبيتات 1,000
النسخة الحالية 4.1.2
آخر تحديث 2021-08-03
تاريخ النشر 2020-06-04
تقييم 4.83/5 مجموع تقييمات 23
المطور tomasy
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://oksteward.com/
عنوان صفحة المساعدة https://github.com/solobat/Steward/issues
عنوان صفحة سياسة الخصوصية https://ihelpers.xyz/privacy
اللغات المدعومة en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "Steward",
    "version": "4.1.2",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "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"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "img\/*",
        "steward.html",
        "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",
        "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__"
        }
    }
}