GraphiTabs

Your tabs in order. Smart way to organize your web.

Что такое GraphiTabs?

GraphiTabs - это расширение Chrome, разработанное https://graphiy.com, и его основная функция - "Your tabs in order. Smart way to organize your web.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения GraphiTabs

Скачайте файлы расширений GraphiTabs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        GraphiTabs extension helps to perform deep tabs management with ease.                    

Основная информация о расширении

Название GraphiTabs GraphiTabs
ID dcfclemgmkccmnpgnldhldjmflphkimp
Официальный URL https://chromewebstore.google.com/detail/graphitabs/dcfclemgmkccmnpgnldhldjmflphkimp
Описание Your tabs in order. Smart way to organize your web.
Размер файла 1.19 MB
Количество установок 10,000
Текущая Версия 0.1.1
Последнее Обновление 2020-01-31
Дата публикации 2020-01-30
Рейтинг 4.32/5 Всего 107 оценок
Разработчик https://graphiy.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GraphiTabs",
    "version": "0.1.1",
    "description": "Your tabs in order. Smart way to organize your web.",
    "icons": {
        "16": "\/res\/image\/logo\/16.png",
        "48": "\/res\/image\/logo\/48.png",
        "128": "\/res\/image\/logo\/128.png"
    },
    "browser_action": {
        "default_icon": "\/res\/image\/logo\/19.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "bookmarks"
    ]
}