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 |
电子邮箱 | [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" } } |