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 |
官方網址 | 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" } } |