Eco

Collapse equal tabs to single tab.

Qu'est-ce que Eco ?

Eco est une extension Chrome développée par dsfox, et sa fonction principale est "Collapse equal tabs to single tab.".

Télécharger le fichier CRX de l'extension Eco

Téléchargez les fichiers d'extension Eco au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 добавлена в белый список.                    

Informations de Base sur l'Extension

Nom Eco Eco
ID afaogekgbcpmlleanhojmbjimdnmblho
URL Officiel https://chromewebstore.google.com/detail/eco/afaogekgbcpmlleanhojmbjimdnmblho
Description Collapse equal tabs to single tab.
Taille du Fichier 67.54 KB
Nombre d'Installations 10
Version Actuelle 0.6
Dernière Mise à Jour 2016-06-17
Date de Publication 2016-06-17
Évaluation 5.00/5 Total 7 Évaluations
Développeur dsfox
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/dsfox/eco
Langues Prises en Charge 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"
}