Eco
Collapse equal tabs to single tab.
What is Eco?
Eco is a Chrome extension developed by dsfox, and its main feature is "Collapse equal tabs to single tab.".
Download Eco Extension CRX File
Download Eco extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
EN: Collapse equal tabs to single tab. - You can not open more than one tab per URL if enabled. - You can close all tabs with same URL if enable extension. Also closes tabs with search results, exept the last. - Just turn off extension by click to return default tabs behavior. - Yandex & Google search results - whitelisted. RU: Сворачивает все одинаковые табы в один таб. - Вы не можете открыть больше одного таба с одинаковым URL, если расширение включено. - Вы можете закрыть все табы с одинаковым URL включив экстеншн. Так же закроются все кроме последнего табы с результатами поисков. - Чтобы вернуть старое поведение - просто отключите расширение одним нажатием. - Поисковая выдача Яндекса и Google добавлена в белый список.
Extension Basic Information
Name | |
ID | afaogekgbcpmlleanhojmbjimdnmblho |
Official URL | https://chromewebstore.google.com/detail/eco/afaogekgbcpmlleanhojmbjimdnmblho |
Description | Collapse equal tabs to single tab. |
File Size | 67.54 KB |
Installation Count | 10 |
Current Version | 0.6 |
Last Updated | 2016-06-17 |
Publish Date | 2016-06-17 |
Rating | 5.00/5 Total 7 Ratings |
Developer | dsfox |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/dsfox/eco |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eco", "description": "Collapse equal tabs to single tab.", "version": "0.6", "manifest_version": 2, "icons": { "128": "icon128.png" }, "default_locale": "ru", "offline_enabled": true, "permissions": [ "tabs", "contextMenus" ], "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" } }, "options_page": "options.html" } |