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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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" } } |