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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |