FS

Save your favorite ideas

Hvad er FS?

FS er en Chrome-udvidelse udviklet af itay.arad, og dens hovedfunktion er "Save your favorite ideas".

Udvidelsesskærmbilleder

screenshot

Download FS-udvidelses-CRX-fil

Download FS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn FS FS
ID jlilegibiedabpnkedacimojlmpnahdc
Officiel URL https://chromewebstore.google.com/detail/fs/jlilegibiedabpnkedacimojlmpnahdc
Beskrivelse Save your favorite ideas
Filstørrelse 754 KB
Antal Installationer 218
Nuværende Version 1.0.7
Senest Opdateret 2024-02-12
Udgivelsesdato 2023-08-04
Udvikler itay.arad
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.fashionsnoops.com
URL til Fortrolighedspolitik Side https://www.iubenda.com/privacy-policy/60208631
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}