Open Tabs
Show open tabs
ما هو Open Tabs؟
Open Tabs هو إضافة Chrome تم تطويرها بواسطة Syl، والميزة الرئيسية لها هي "Show open tabs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Open Tabs
قم بتنزيل ملفات الامتداد Open Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is open-source! Contribute on https://github.com/sylouuu/chrome-open-tabs Show open tabs: - Go to tab - Close tab - Reload tab - Duplicate tab - Pin/unpin tab - Hide tab The open tabs are updated in real time. Changelog: https://github.com/sylouuu/chrome-open-tabs/releases
معلومات أساسية عن التمديد
الاسم | Open Tabs |
ID | cepfpldhbcfaklnnldhoaahgliijehap |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/open-tabs/cepfpldhbcfaklnnldhoaahgliijehap |
الوصف | Show open tabs |
حجم الملف | 34.91 KB |
عدد التثبيتات | 1,226 |
النسخة الحالية | 0.3.2 |
آخر تحديث | 2017-06-22 |
تاريخ النشر | 2017-06-22 |
تقييم | 3.75/5 مجموع تقييمات 12 |
المطور | Syl |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/sylouuu/chrome-open-tabs |
عنوان صفحة المساعدة | https://github.com/sylouuu/chrome-open-tabs/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Tabs", "version": "0.3.2", "description": "Show open tabs", "homepage_url": "https:\/\/github.com\/sylouuu\/chrome-open-tabs", "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "64": "img\/icon_64.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": "img\/icon_48.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'", "options_page": "html\/options.html", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "img\/*.png" ], "permissions": [ "tabs", "storage" ] } |