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.”。
扩展截图
下载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 |
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" ] } |