A Wrench Menu
Treasured multi-tool – a spanner within Chrome's works – the missing menu.
ما هو A Wrench Menu؟
A Wrench Menu هو إضافة Chrome تم تطويرها بواسطة Alcor، والميزة الرئيسية لها هي "Treasured multi-tool – a spanner within Chrome's works – the missing menu.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة A Wrench Menu
قم بتنزيل ملفات الامتداد A Wrench Menu بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/alcor/wrench |
عنوان صفحة المساعدة | 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 } |