Tab Finder
Search through tabs for title.
ما هو Tab Finder؟
Tab Finder هو إضافة Chrome تم تطويرها بواسطة https://hexagonvoxels.com، والميزة الرئيسية لها هي "Search through tabs for title.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Finder
قم بتنزيل ملفات الامتداد Tab Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to search through your open tabs in order to find a tab that you are looking for. It's helpful whenever you have many tabs open and your tab titles are truncated. معلومات أساسية عن التمديد
| الاسم | |
| ID | ofjeoodmfogpeinbafdommgdecgjelac |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-finder/ofjeoodmfogpeinbafdommgdecgjelac |
| الوصف | Search through tabs for title. |
| حجم الملف | 285 KB |
| عدد التثبيتات | 46 |
| النسخة الحالية | 0.1.2 |
| آخر تحديث | 2017-01-04 |
| تاريخ النشر | 2017-01-04 |
| المطور | https://hexagonvoxels.com |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/zero298/TabFinder |
| عنوان صفحة المساعدة | https://github.com/zero298/TabFinder |
| اللغات المدعومة | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"short_name": "__MSG_extensionName__",
"version": "0.1.2",
"author": "zero298",
"default_locale": "en",
"description": "__MSG_extensionDescription__",
"options_ui": {
"page": "html\/options.html",
"chrome_style": true
},
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"browser_action": {
"default_icon": {
"19": "img\/icon16.png",
"38": "img\/icon48.png"
},
"default_title": "__MSG_extensionName__",
"default_popup": "html\/tabfinder.html"
},
"permissions": [
"tabs",
"storage"
]
} | |