Spoak Extension
Spoak Extension
Spoak Extensionคืออะไร?
Spoak Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.spoak.com และคุณลักษณะหลักของมันคือ "Spoak Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spoak Extension
ดาวน์โหลดไฟล์ส่วนขยาย Spoak Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Spoak is here to help you take your love of interior design to the next level. We’re a members-only virtual club that offers interior design lovers of all levels an easy but powerful suite of design tools, an online interior design + business school, paid gigs, and a tight-knit community. Our extension allows members to add products from anywhere on the internet to their Spoak design projects, quickly and easily. Learn more here: spoak.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Spoak Extension |
ID | fhbhfcoaaflofffbnmjffkbcjhpafanb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spoak-extension/fhbhfcoaaflofffbnmjffkbcjhpafanb |
คำอธิบาย | Spoak Extension |
ขนาดไฟล์ | 33.12 KB |
จำนวนการติดตั้ง | 4,794 |
เวอร์ชันปัจจุบัน | 0.59 |
อัปเดตครั้งล่าสุด | 2023-09-13 |
วันที่เผยแพร่ | 2021-07-14 |
ผู้พัฒนา | https://www.spoak.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.spoak.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spoak Extension", "version": "0.59", "description": "Spoak Extension", "permissions": [ "https:\/\/api.spoak.com\/", "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": { "16": "img\/[email protected]", "32": "img\/[email protected]", "48": "img\/[email protected]", "128": "img\/[email protected]" } }, "icons": { "16": "img\/[email protected]", "32": "img\/[email protected]", "48": "img\/[email protected]", "128": "img\/[email protected]" }, "manifest_version": 2 } |