mercury
Type-to-search your open tabs
ما هو mercury؟
mercury هو إضافة Chrome تم تطويرها بواسطة https://benvan.co.uk، والميزة الرئيسية لها هي "Type-to-search your open tabs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة mercury
قم بتنزيل ملفات الامتداد mercury بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Mercury is a simple, fast tab finder. Cmd+Shift+i (mac) Ctrl+Shift+L (windows/linux) Open the search, type to filter. - up/down : navigate - enter : select tab - [cmd/ctrl]-backspace : close highlighted tab
معلومات أساسية عن التمديد
الاسم | mercury |
ID | jecgkhhikedmghacamdomkngdfdodbcb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mercury/jecgkhhikedmghacamdomkngdfdodbcb |
الوصف | Type-to-search your open tabs |
حجم الملف | 18.51 KB |
عدد التثبيتات | 139 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2017-11-21 |
تاريخ النشر | 2017-11-21 |
تقييم | 5.00/5 مجموع تقييمات 9 |
المطور | https://benvan.co.uk |
نوع الدفع | free |
موقع الإضافة | http://benvan.co.uk |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "mercury", "description": "Type-to-search your open tabs", "version": "1.1.0", "offline_enabled": true, "author": "Ben van Enckevort", "permissions": [ "tabs" ], "browser_action": { "default_icon": { "38": "icons\/icon-38.png", "19": "icons\/icon-19.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+L", "linux": "Ctrl+Shift+L", "mac": "Command+Shift+I" } } } } |