FYI Extension

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

FYI Extensionคืออะไร?

FYI Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FYI Internet และคุณลักษณะหลักของมันคือ "Add links to your FYI Smartlists or your Board with this extension."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FYI Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}