FS

Save your favorite ideas

FSคืออะไร?

FS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย itay.arad และคุณลักษณะหลักของมันคือ "Save your favorite ideas"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย FS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Curate and save inspiration with "Add to FS", the ultimate tool for FS clients to gather and organize their favorite online discoveries effortlessly.

With "Add to FS", right-click to curate a collection of your inspiration and combine it with your FS report findings.

Get started by logging into your FS account to save your ideas.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FS FS
ID jlilegibiedabpnkedacimojlmpnahdc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fs/jlilegibiedabpnkedacimojlmpnahdc
คำอธิบาย Save your favorite ideas
ขนาดไฟล์ 754 KB
จำนวนการติดตั้ง 218
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2024-02-12
วันที่เผยแพร่ 2023-08-04
ผู้พัฒนา itay.arad
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.fashionsnoops.com
URL หน้านโยบายความเป็นส่วนตัว https://www.iubenda.com/privacy-policy/60208631
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FS",
    "description": "Save your favorite ideas",
    "version": "1.0.7",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "128": "assets\/images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "assets\/images\/icon19.png",
            "38": "assets\/images\/icon38.png"
        }
    },
    "background": {
        "service_worker": "dist\/background.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/insert.js"
            ],
            "css": [
                "assets\/css\/chrome-fonts.css",
                "assets\/css\/widget.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/fonts\/myfonts\/ext_0_0.woff",
                "assets\/fonts\/myfonts\/ext_1_0.woff",
                "assets\/fonts\/myfonts\/ext_2_0.woff",
                "assets\/fonts\/myfonts\/ext_3_0.woff"
            ],
            "matches": [
                ""
            ]
        }
    ]
}