SiteW.com - Free website builder

Create a free website

ما هو SiteW.com - Free website builder؟

SiteW.com - Free website builder هو إضافة Chrome تم تطويرها بواسطة https://www.sitew.com، والميزة الرئيسية لها هي "Create a free website".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة SiteW.com - Free website builder

قم بتنزيل ملفات الامتداد SiteW.com - Free website builder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}