FS

Save your favorite ideas

FS là gì?

FS là một tiện ích mở rộng Chrome được phát triển bởi itay.arad, và tính năng chính của nó là "Save your favorite ideas".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FS

Tải xuống các tệp mở rộng FS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FS FS
ID jlilegibiedabpnkedacimojlmpnahdc
URL Chính Thức https://chromewebstore.google.com/detail/fs/jlilegibiedabpnkedacimojlmpnahdc
Mô tả Save your favorite ideas
Kích Thước Tệp 754 KB
Số Lần Cài Đặt 218
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2024-02-12
Ngày Phát Hành 2023-08-04
Nhà Phát Triển itay.arad
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.fashionsnoops.com
URL Trang Chính Sách Bảo Mật https://www.iubenda.com/privacy-policy/60208631
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}