SiteW.com - Free website builder
Create a free website
什么是SiteW.com - Free website builder?
SiteW.com - Free website builder是由https://www.sitew.com开发的Chrome扩展程序,该扩展的主要功能是“Create a free website”。
扩展截图
下载SiteW.com - Free website builder扩展crx文件
下载SiteW.com - Free website builder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Fast access to your SiteW.com account
扩展基本信息
名称 | |
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" } } |