Architecture Tab
Inspiration Architecture From Around The World
Qu'est-ce que Architecture Tab ?
Architecture Tab est une extension Chrome développée par OZ, et sa fonction principale est "Inspiration Architecture From Around The World".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Architecture Tab
Téléchargez les fichiers d'extension Architecture Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | Architecture Tab |
ID | nbegejnnafmaeldkphjoeoimaggollnj |
URL Officiel | https://chromewebstore.google.com/detail/architecture-tab/nbegejnnafmaeldkphjoeoimaggollnj |
Description | Inspiration Architecture From Around The World |
Taille du Fichier | 22.4 MB |
Nombre d'Installations | 10,071 |
Version Actuelle | 0.7 |
Dernière Mise à Jour | 2023-02-27 |
Date de Publication | 2022-08-24 |
Développeur | OZ |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://oz.works/privacy |
Langues Prises en Charge | 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" } } |