FYI Extension

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

FYI Extensionとは何ですか?

FYI ExtensionはFYI Internetによって開発されたChromeの拡張機能で、その主な機能は「Add links to your FYI Smartlists or your Board with this extension.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

FYI Extension拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}