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 |
官方網址 | 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" } } |