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. 扩展基本信息
| 名称 | |
| 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
} | |