FYI Extension

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

Co je FYI Extension?

FYI Extension je rozšíření Chrome vyvinuté FYI Internet, a jeho hlavní funkcí je „Add links to your FYI Smartlists or your Board with this extension.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření FYI Extension

Stáhněte si soubory rozšíření FYI Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název FYI Extension FYI Extension
ID bffalcphahahnibdkocanadecobccnfn
Oficiální URL https://chromewebstore.google.com/detail/fyi-extension/bffalcphahahnibdkocanadecobccnfn
Popis Add links to your FYI Smartlists or your Board with this extension.
Velikost souboru 1.56 MB
Počet instalací 265
Aktuální Verze 0.0.3.7
Poslední Aktualizace 2018-08-22
Datum Vydání 2018-08-22
Hodnocení 5.00/5 Celkem 7 Hodnocení
Vývojář FYI Internet
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://fyi.to/
URL Stránky Nápovědy https://support.fyi.to/how-to-videos
Podporované Jazyky 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"
    ]
}