Tabs Closer
Cleans up your windows/tabs with 1 click of a mouse button
ما هو Tabs Closer؟
Tabs Closer هو إضافة Chrome تم تطويرها بواسطة http://tabscloser.com، والميزة الرئيسية لها هي "Cleans up your windows/tabs with 1 click of a mouse button".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tabs Closer
قم بتنزيل ملفات الامتداد Tabs Closer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cleans up your windows/tabs with 1 click of a mouse button The app is smart enough to close only those that are really needed to close. For Example: * Duplicate blank tabs * Excess tabs to the right-most * Excess tabs to the left-most * Empty Windows (without tabs) Note: * It will not close those tabs that are pinned. Short background: This app was created as a result of my mouse’s middle button broken after closing so many tabs wherein there are a lot of times that some tabs should really be closed altogether.
معلومات أساسية عن التمديد
الاسم | |
ID | dhbpdnegbgnjkfnacjdgpkmcffmpbimi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/tabs-closer/dhbpdnegbgnjkfnacjdgpkmcffmpbimi |
الوصف | Cleans up your windows/tabs with 1 click of a mouse button |
حجم الملف | 116 KB |
عدد التثبيتات | 49 |
النسخة الحالية | 0.2.9 |
آخر تحديث | 2014-02-19 |
تاريخ النشر | 2014-02-19 |
تقييم | 4.20/5 مجموع تقييمات 5 |
المطور | http://tabscloser.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://tabscloser.com |
عنوان صفحة المساعدة | http://tabscloser.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabs Closer", "version": "0.2.9", "description": "Cleans up your windows\/tabs with 1 click of a mouse button", "icons": { "48": "img\/clean_48.png", "128": "img\/clean_128.png" }, "background": { "persistent": false, "scripts": [ "js\/lib\/jquery-1.7.1.min.js", "js\/background.min.js" ] }, "browser_action": { "default_icon": "img\/clean.png", "default_title": "Tabs Closer" }, "homepage_url": "http:\/\/tabscloser.com", "permissions": [ "tabs", "storage" ], "options_page": "options.html", "manifest_version": 2 } |