Close Tabs To The Left
This extension allows the user to close chrome tabs to the left, with one press of the button
ما هو Close Tabs To The Left؟
Close Tabs To The Left هو إضافة Chrome تم تطويرها بواسطة fr1sk، والميزة الرئيسية لها هي "This extension allows the user to close chrome tabs to the left, with one press of the button".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Close Tabs To The Left
قم بتنزيل ملفات الامتداد Close Tabs To The Left بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
On Google chrome there is no option to close all tabs to the left! This extension allows the user to close chrome tabs to the left, with one press of the button!
معلومات أساسية عن التمديد
الاسم | Close Tabs To The Left |
ID | aejaklcloiadinippijlaoidldfpbomi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi |
الوصف | This extension allows the user to close chrome tabs to the left, with one press of the button |
حجم الملف | 11.62 KB |
عدد التثبيتات | 35 |
النسخة الحالية | 1.2 |
آخر تحديث | 2019-02-22 |
تاريخ النشر | 2019-02-22 |
المطور | fr1sk |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Close Tabs To The Left", "short_name": "CTTTL", "description": "This extension allows the user to close chrome tabs to the left, with one press of the button", "version": "1.2", "browser_action": { "default_icon": "resources\/icon.png" }, "icons": { "16": "resources\/icon16.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |