Architecture Tab

Inspiration Architecture From Around The World

Architecture Tabคืออะไร?

Architecture Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OZ และคุณลักษณะหลักของมันคือ "Inspiration Architecture From Around The World"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Architecture Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}