Architecture Tab

Inspiration Architecture From Around The World

Architecture Tab क्या है?

Architecture Tab OZ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inspiration Architecture From Around The World"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Architecture Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}