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 |
官方網址 | 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" ] } |