IKEA size filter
Lets you filter IKEA furniture based on size.
IKEA size filterとは何ですか?
IKEA size filterはalbatross.emissionsによって開発されたChromeの拡張機能で、その主な機能は「Lets you filter IKEA furniture based on size.」です。
拡張機能のスクリーンショット
IKEA size filter拡張機能のCRXファイルをダウンロード
IKEA size filter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
IKEA somehow doesn't let you filter based on item size. This extension does. Now you can maybe actually find furniture that fits in your space. Maybe. Also this only works on inches now, even though inches are dumb, because I live in the US and so I have to deal with that.
拡張機能の基本情報
名前 | |
ID | clhhcpamjlkedhmhlbghgbfahkfpnake |
公式URL | https://chromewebstore.google.com/detail/ikea-size-filter/clhhcpamjlkedhmhlbghgbfahkfpnake |
説明 | Lets you filter IKEA furniture based on size. |
ファイルサイズ | 12.24 KB |
インストール数 | 200 |
現在のバージョン | 0.1.0.1 |
最終更新日 | 2020-05-20 |
公開日 | 2020-05-20 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | albatross.emissions |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IKEA size filter", "description": "Lets you filter IKEA furniture based on size.", "version": "0.1.0.1", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.ikea.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "32": "icons\/ikea_size_32.png", "48": "icons\/ikea_size_48.png", "128": "icons\/ikea_size_128.png" } } |