A Wrench Menu

Treasured multi-tool – a spanner within Chrome's works – the missing menu.

什么是A Wrench Menu?

A Wrench Menu是由Alcor开发的Chrome扩展程序,该扩展的主要功能是“Treasured multi-tool – a spanner within Chrome's works – the missing menu.”。

扩展截图

screenshot

下载A Wrench Menu扩展crx文件

下载A Wrench Menu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Wrench Menu is a curated collection of features that complement and enhance Chrome, including basic tab and window controls and a set of additional keyboard shortcuts you can assign to other useful commands.

Many of these are available in other extensions, but this extension aims to implement the most simple, lightweight versions (many are only a couple lines of code), with an eye towards low memory and energy usage. 

Feedback and additions welcome at https://github.com/alcor/wrench

————

Tabs

Copy Link w/ Title
Pop Out Tab
Pop Out Video (Picture in Picture)

Window

Merge All Windows
Clear Duplicate Tabs
Group Tabs by Website
Sleep Background Tabs

Additional Shortcuts - These don't show in the menu, but you can set shortcuts for them.

Pin Tab
Switch to Prior Tab
Close Download Bar
New Tab After This One                    

扩展基本信息

名称 A Wrench Menu A Wrench Menu
ID npngmeachnajkiekngpdhmnhkcgieccf
官方URL https://chromewebstore.google.com/detail/a-wrench-menu/npngmeachnajkiekngpdhmnhkcgieccf
简介 Treasured multi-tool – a spanner within Chrome's works – the missing menu.
文件大小 153 KB
安装次数 136
当前版本 1.2.1
更新时间 2022-08-15
上架时间 2022-08-15
评分 5.00/5 共3次评分
开发者 Alcor
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/alcor/wrench
帮助页面URL https://github.com/alcor/wrench/issues
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "A Wrench Menu",
    "short_name": "A Wrench Menu",
    "description": "Treasured\u00a0multi-tool\u00a0\u2013 a\u00a0spanner\u00a0within\u00a0Chrome's\u00a0works\u00a0\u2013 the\u00a0missing\u00a0menu.\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0",
    "version": "1.2.1",
    "icons": {
        "128": "rsrc\/wrench.png",
        "32": "rsrc\/wrench.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "rsrc\/wrench.png",
        "default_title": "The Wrench",
        "default_popup": "src\/menu.html"
    },
    "commands": {
        "01-pin-tab": {
            "plural_description": "Pin Tabs",
            "group": "Shortcuts",
            "order": 1,
            "hidden": true,
            "icon": "push_pin",
            "action": "pinTab",
            "description": "Pin\u00a0Tab\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (\u2318\u21e7P)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0"
        },
        "02-pop-out-tab": {
            "plural_description": "Move Tabs to Pop-ups",
            "group": "Tab",
            "order": 1,
            "icon": "open_in_new",
            "action": "moveTabToPopUp",
            "suggested_key": {
                "default": "Alt+Shift+P"
            },
            "contexts": [
                "page",
                "selection"
            ],
            "enabled": [
                "tab"
            ],
            "description": "Move Tab to Pop-up (\u2325\u21e7P)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0"
        },
        "02-tab-to-window": {
            "plural_description": "Move Tabs to New Window",
            "group": "Tab",
            "order": 1,
            "hidden": true,
            "icon": "tab",
            "action": "moveTabToOwnWindow",
            "contexts": [
                "page",
                "selection"
            ],
            "enabled": [
                "tab"
            ],
            "description": "Move Tab to New Window (\u2325\u21e7P)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0"
        },
        "03-pic-in-pic": {
            "group": "Tab",
            "order": 2,
            "icon": "picture_in_picture_alt",
            "action": "pictureInPicture",
            "suggested_key": {
                "default": "Alt+P"
            },
            "contexts": [
                "page",
                "selection"
            ],
            "description": "Picture in Picture Video (\u2325P)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0"
        },
        "20-copy-link": {
            "suggested_key": {
                "default": "Alt+Shift+C"
            },
            "icon": "link",
            "action": "copyLink",
            "group": "Tab",
            "order": 0,
            "contexts": [
                "page",
                "selection"
            ],
            "plural_description": "Copy Titles with Links",
            "description": "Copy Title with Link (\u2325\u21e7C)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0"
        },
        "12-previous-tab": {
            "group": "Shortcuts",
            "order": 4,
            "hidden": true,
            "icon": "switch_right",
            "action": "switchToPreviousTab",
            "description": "Switch to Prior Tab (\u2318E)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0"
        },
        "13-new-tab-right": {
            "group": "Shortcuts",
            "order": 5,
            "hidden": true,
            "icon": "add_circle_outline",
            "action": "newTabToTheRight",
            "description": "New Tab After This One (\u2318T)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0"
        },
        "33-group-by-domain": {
            "group": "Window",
            "order": 3,
            "icon": "view_week",
            "action": "groupTabsByDomain",
            "description": "Group Tabs by Website (\u2318G)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0"
        },
        "51-merge-windows": {
            "icon": "dynamic_feed",
            "action": "mergeWindows",
            "contexts": [
                "page"
            ],
            "group": "Window",
            "order": 1,
            "description": "Merge All Windows (\u2318\u21e7M)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0"
        },
        "53-remove-duplicates": {
            "icon": "clear_all",
            "action": "removeDuplicateTabs",
            "contexts": [
                "page"
            ],
            "group": "Window",
            "order": 2,
            "description": "Clear Duplicate Tabs (\u2318\u21e7W)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0"
        },
        "54-tab-cleanup": {
            "icon": "merge_type",
            "action": "tabCleanup",
            "contexts": [
                "page"
            ],
            "group": "Window",
            "order": 0,
            "hidden": true,
            "description": "Merge and Group All (\u2325\u21e7M)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0"
        },
        "55-discard-tabs": {
            "icon": "nightlight",
            "action": "discardBackgroundTabs",
            "group": "Window",
            "order": 3,
            "description": "Sleep Background Tabs (\u2318\u21e7U)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0"
        },
        "90-close-downloads": {
            "icon": "download",
            "action": "closeDownloadsBar",
            "group": "Shortcuts",
            "order": 4,
            "hidden": true,
            "description": "Close Downloads Bar (\u2318\u21e7D)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0"
        },
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+W",
                "mac": "Alt+W"
            }
        }
    },
    "permissions": [
        "scripting",
        "tabs",
        "activeTab",
        "tabGroups",
        "storage",
        "contextMenus"
    ],
    "optional_permissions": [
        "downloads",
        "downloads.shelf"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmYXFaUpDibFHS46O7O7LCrALdsEcmgmTOZomKen7v66LF4uaOI1Q+\/yTv9KwfuH58vbFfnPzpLajBWZSx5V6lD3BJbRDxw3nRh72MGSr4faMT63qAFl\/tNgSiW1Z3bnchLl+TNC1VaUyx9kLWRehqX5l2nY\/FintmqA5HiNEiONh9zCuHLcVKC8yfL9TZpP5OmDBzBcKyh+xQYAmlI1DLeRIZOvBbXLHGoAdWckMC4WRe+10C2fVoyG2E1YoXgbaW98sozG8B4w+U7d2eHSlKrAVNwl0f5b2u7WGvBbikCtD1yZz1bz1s3otM6hnRcJMpa9R4942OblfhwPiHsNyswIDAQAB",
    "manifest_version": 3
}