FS

Save your favorite ideas

FS क्या है?

FS itay.arad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save your favorite ideas"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                ""
            ]
        }
    ]
}