Tabbi

Bookmarks, Front And Center

Что такое Tabbi?

Tabbi - это расширение Chrome, разработанное https://12px.io, и его основная функция - "Bookmarks, Front And Center".

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

screenshot

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

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

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

                        Tabbi Bookmarks: A new new tab.

Tabbi replaces chrome's new tab page with a new one that is much more bookmark focused, allowing you to find what you need quickly and open it when you need it.

Tabbi also supports saving all of your tabs in one go into a special bookmark board called a "session".                    

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

Название Tabbi Tabbi
ID ilonjmcjjkcnhndjfkaoekocdfhedlfd
Официальный URL https://chromewebstore.google.com/detail/tabbi/ilonjmcjjkcnhndjfkaoekocdfhedlfd
Описание Bookmarks, Front And Center
Размер файла 319 KB
Количество установок 30
Текущая Версия 1.0.0.3
Последнее Обновление 2018-10-06
Дата публикации 2018-10-05
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://12px.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://tabbi.12px.io
URL страницы помощи https://github.com/12px/tabbi
URL страницы политики конфиденциальности https://github.com/pixelcrisis/turntable-tweaks/blob/main/Privacy.md
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabbi",
    "version": "1.0.0.3",
    "description": "Bookmarks, Front And Center",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "app\/index.html?popup=true",
        "default_icon": {
            "128": "icon.png"
        }
    },
    "permissions": [
        "tabs",
        "identity",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "oauth2": {
        "client_id": "645077009967-qhq77o1l3qgnijjor0ap9vtbvrtq0st2.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.appdata"
        ]
    }
}