Spoak Extension
Spoak Extension
什麼是Spoak Extension?
Spoak Extension是由https://www.spoak.com開發的Chrome擴展程式,該擴展的主要功能是“Spoak Extension”。
擴展截圖
下載Spoak Extension擴展crx文件
下載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 |
官方網址 | 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 } |