FYI Extension
Add links to your FYI Smartlists or your Board with this extension.
Apa itu FYI Extension?
FYI Extension adalah ekstensi Chrome yang dikembangkan oleh FYI Internet, dan fitur utamanya adalah "Add links to your FYI Smartlists or your Board with this extension.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FYI Extension
Unduh file ekstensi FYI Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | FYI Extension |
ID | bffalcphahahnibdkocanadecobccnfn |
URL Resmi | https://chromewebstore.google.com/detail/fyi-extension/bffalcphahahnibdkocanadecobccnfn |
Deskripsi | Add links to your FYI Smartlists or your Board with this extension. |
Ukuran File | 1.56 MB |
Jumlah Instalasi | 265 |
Versi Saat Ini | 0.0.3.7 |
Terakhir Diperbarui | 2018-08-22 |
Tanggal Publikasi | 2018-08-22 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | FYI Internet |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://fyi.to/ |
URL Halaman Bantuan | https://support.fyi.to/how-to-videos |
Bahasa yang Didukung | 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" ] } |