OmniTab
Quickly switch tabs using the omnibar
ما هو OmniTab؟
OmniTab هو إضافة Chrome تم تطويرها بواسطة James Kwan، والميزة الرئيسية لها هي "Quickly switch tabs using the omnibar".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OmniTab
قم بتنزيل ملفات الامتداد OmniTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
OmniTab lets you search your tabs with the omnibox. To start, you type in the keyword "o" in the address bar, and tap space to activate OmniTab search. Then, type in the name of the tab that you want to find and press enter.
معلومات أساسية عن التمديد
الاسم | OmniTab |
ID | poegalffpegekkadabibgmjoinhahbbb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/omnitab/poegalffpegekkadabibgmjoinhahbbb |
الوصف | Quickly switch tabs using the omnibar |
حجم الملف | 63.65 KB |
عدد التثبيتات | 378 |
النسخة الحالية | 1.2.1 |
آخر تحديث | 2013-02-20 |
تاريخ النشر | 2013-02-20 |
تقييم | 4.31/5 مجموع تقييمات 13 |
المطور | James Kwan |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OmniTab", "version": "1.2.1", "description": "Quickly switch tabs using the omnibar", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "omnibox": { "keyword": "o" }, "background": { "page": "background.html" }, "permissions": [ "tabs" ] } |