Architecture Tab
Inspiration Architecture From Around The World
Architecture Tabとは何ですか?
Architecture TabはOZによって開発されたChromeの拡張機能で、その主な機能は「Inspiration Architecture From Around The World」です。
拡張機能のスクリーンショット
Architecture Tab拡張機能のCRXファイルをダウンロード
Architecture Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Architecture Tab transports you to unique and interesting feats of architecture from across the world. Every time you open a new tab you will be see architecture from somewhere in the world. By clicking "Add to chrome", I accept and agree to installing the Architecture Tab extension and setting Chrome New Tab search to that provided by the service. The search will be powered by Bing. Privacy Policy: https://oz.works/privacy/ Terms of Service: https://oz.works/terms/ We hope you enjoy viewing unique feats of architecture from around the world. If you have any other cool architecture pictures you think we should add or any other questions please reach out to us at [email protected]
拡張機能の基本情報
名前 | Architecture Tab |
ID | nbegejnnafmaeldkphjoeoimaggollnj |
公式URL | https://chromewebstore.google.com/detail/architecture-tab/nbegejnnafmaeldkphjoeoimaggollnj |
説明 | Inspiration Architecture From Around The World |
ファイルサイズ | 22.4 MB |
インストール数 | 10,071 |
現在のバージョン | 0.7 |
最終更新日 | 2023-02-27 |
公開日 | 2022-08-24 |
開発者 | OZ |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://oz.works/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Architecture Tab", "description": "Inspiration Architecture From Around The World", "version": "0.7", "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js" }, "permissions": [ "unlimitedStorage" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |