SiteW.com - Free website builder

Create a free website

SiteW.com - Free website builder là gì?

SiteW.com - Free website builder là một tiện ích mở rộng Chrome được phát triển bởi https://www.sitew.com, và tính năng chính của nó là "Create a free website".

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

Tải xuống tệp CRX của tiện ích mở rộng SiteW.com - Free website builder

Tải xuống các tệp mở rộng SiteW.com - Free website builder 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

                        Fast access to your SiteW.com account                    

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

Tên SiteW.com - Free website builder SiteW.com - Free website builder
ID jfdpgmjmkkfpkkmpocbbjoaibkbbhjdo
URL Chính Thức https://chrome.google.com/webstore/detail/sitewcom-cr%C3%A9er-un-site-fa/jfdpgmjmkkfpkkmpocbbjoaibkbbhjdo
Mô tả Create a free website
Kích Thước Tệp 48.74 KB
Số Lần Cài Đặt 419
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-02-10
Ngày Phát Hành 2017-02-22
Đánh Giá 4.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://www.sitew.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.sitew.com/FAQ-sur-la-realisation-de-site#contact
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}