Architecture Tab
Inspiration Architecture From Around The World
Architecture Tab là gì?
Architecture Tab là một tiện ích mở rộng Chrome được phát triển bởi OZ, và tính năng chính của nó là "Inspiration Architecture From Around The World".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Architecture Tab
Tải xuống các tệp mở rộng Architecture Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Architecture Tab |
ID | nbegejnnafmaeldkphjoeoimaggollnj |
URL Chính Thức | https://chromewebstore.google.com/detail/architecture-tab/nbegejnnafmaeldkphjoeoimaggollnj |
Mô tả | Inspiration Architecture From Around The World |
Kích Thước Tệp | 22.4 MB |
Số Lần Cài Đặt | 10,071 |
Phiên Bản Hiện Tại | 0.7 |
Cập Nhật Lần Cuối | 2023-02-27 |
Ngày Phát Hành | 2022-08-24 |
Nhà Phát Triển | OZ |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://oz.works/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |