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 |
| Eメール | [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
} | |