Interiorz
Interiorz - Make your dream home a reality
Interiorzとは何ですか?
InteriorzはMeganetによって開発されたChromeの拡張機能で、その主な機能は「Interiorz - Make your dream home a reality」です。
拡張機能のスクリーンショット
Interiorz拡張機能のCRXファイルをダウンロード
Interiorz拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Welcome home! Interiorz new tab extension provides the best feed for home renovators and designers, bringing you closer to your dream home - one inspiration at the time. Find amazing ideas, recommended stores, designing tools and latest home décor trends. Whether your project is remodeling a small space or custom-building a new house, this is where the journey begins. The search features use within the extension will be provided by Bing; By clicking "Add to Chrome", I accept and agree to install "Interiorz" Chrome extension and hereby agree to set Chrome New Tab to that provided by the service and the Privacy Policy and Terms of Use.
拡張機能の基本情報
名前 | Interiorz |
ID | ehhfehbkmaemfchmmpfpgkfcehlgbdcj |
公式URL | https://chromewebstore.google.com/detail/interiorz/ehhfehbkmaemfchmmpfpgkfcehlgbdcj |
説明 | Interiorz - Make your dream home a reality |
ファイルサイズ | 334 KB |
インストール数 | 11,403 |
現在のバージョン | 2.0 |
最終更新日 | 2022-01-11 |
公開日 | 2021-12-21 |
開発者 | Meganet |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://interiorz.live/ |
ヘルプページのURL | https://interiorz.live/#contact-us |
プライバシーポリシーページのURL | https://interiorz.live/privacy-policy |
対応言語 | en |
manifest.json | |
{ "author": "Interiorz", "name": "Interiorz", "version": "2.0", "manifest_version": 3, "description": "Interiorz - Make your dream home a reality", "homepage_url": "https:\/\/sg-meganet.com", "action": { "default_icon": { "16": "icons\/interiorz_16.png", "32": "icons\/interiorz_32.png", "48": "icons\/interiorz_48.png", "64": "icons\/interiorz_64.png", "96": "icons\/interiorz_96.png", "128": "icons\/interiorz_128.png" } }, "icons": { "16": "icons\/interiorz_16.png", "32": "icons\/interiorz_32.png", "48": "icons\/interiorz_48.png", "64": "icons\/interiorz_64.png", "96": "icons\/interiorz_96.png", "128": "icons\/interiorz_128.png" }, "background": { "service_worker": "src\/bg\/background.js" }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "short_name": "Interiorz", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |