SiteW.com - Free website builder

Create a free website

SiteW.com - Free website builder क्या है?

SiteW.com - Free website builder https://www.sitew.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create a free website"।

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

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

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

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

                        Fast access to your SiteW.com account                    

एक्सटेंशन की मूल जानकारी

नाम SiteW.com - Free website builder SiteW.com - Free website builder
ID jfdpgmjmkkfpkkmpocbbjoaibkbbhjdo
आधिकारिक URL https://chrome.google.com/webstore/detail/sitewcom-cr%C3%A9er-un-site-fa/jfdpgmjmkkfpkkmpocbbjoaibkbbhjdo
विवरण Create a free website
फ़ाइल का आकार 48.74 KB
स्थापना संख्या 419
वर्तमान संस्करण 1.1
अंतिम अपडेट 2022-02-10
प्रकाशन तिथि 2017-02-22
रेटिंग 4.29/5 कुल 7 रेटिंग्स
डेवलपर https://www.sitew.com
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.sitew.com/FAQ-sur-la-realisation-de-site#contact
समर्थित भाषाएँ de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_shortname__",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "default_locale": "fr",
    "version": "1.1",
    "background": {
        "scripts": [
            "javascript\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_icon": {
            "64": "images\/logo64.png"
        },
        "default_title": "__MSG_title__"
    },
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "16": "images\/logo16.png"
    }
}