FYI Extension

Add links to your FYI Smartlists or your Board with this extension.

Что такое FYI Extension?

FYI Extension - это расширение Chrome, разработанное FYI Internet, и его основная функция - "Add links to your FYI Smartlists or your Board with this extension.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        FYI.to is a micro-website builder and human content curation tool that works by simply copying and pasting links.

You can use it organize, share and promote any kind of content.

The tool can be used in its web version, with a FREE subscription, and also via its Chrome Extension, after the user is registered with an account.                    

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

Название FYI Extension FYI Extension
ID bffalcphahahnibdkocanadecobccnfn
Официальный URL https://chromewebstore.google.com/detail/fyi-extension/bffalcphahahnibdkocanadecobccnfn
Описание Add links to your FYI Smartlists or your Board with this extension.
Размер файла 1.56 MB
Количество установок 265
Текущая Версия 0.0.3.7
Последнее Обновление 2018-08-22
Дата публикации 2018-08-22
Рейтинг 5.00/5 Всего 7 оценок
Разработчик FYI Internet
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://fyi.to/
URL страницы помощи https://support.fyi.to/how-to-videos
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FYI Extension",
    "description": "Add links to your FYI Smartlists or your Board with this extension.",
    "version": "0.0.3.7",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/*.fyi.to\/",
        "https:\/\/fyi.to\/",
        "storage"
    ]
}