Tab Search
Type 'tab' into the omni-bar to auto search tabs.
ما هو Tab Search؟
Tab Search هو إضافة Chrome تم تطويرها بواسطة Christopher Woodall، والميزة الرئيسية لها هي "Type 'tab' into the omni-bar to auto search tabs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Search
قم بتنزيل ملفات الامتداد Tab Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tabs a mess? 99 things open but none are what you're looking for? Give Tab Search a try. Just type 'tab' and a guess as to the name or url of the tab you're looking for into the omnibar and automagically be taken to that tab.
معلومات أساسية عن التمديد
الاسم | Tab Search |
ID | pnpaghglijhcifnapcejommkplmmiaga |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-search/pnpaghglijhcifnapcejommkplmmiaga |
الوصف | Type 'tab' into the omni-bar to auto search tabs. |
حجم الملف | 17.01 KB |
عدد التثبيتات | 16 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-02-01 |
تاريخ النشر | 2015-02-01 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Christopher Woodall |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Search", "description": "Type 'tab' into the omni-bar to auto search tabs.", "version": "1.0", "omnibox": { "keyword": "tab" }, "icons": { "16": "app\/assets\/img\/logo16.png", "48": "app\/assets\/img\/logo48.png", "128": "app\/assets\/img\/logo128.png" }, "background": { "persistent": false, "scripts": [ "app\/BackgroundScript.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |